Class GeoDistribution
- java.lang.Object
-
- com.microsoft.azure.management.appservice.GeoDistribution
-
public class GeoDistribution extends Object
A global distribution definition.
-
-
Constructor Summary
Constructors Constructor Description GeoDistribution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlocation()Get location.IntegernumberOfWorkers()Get numberOfWorkers.GeoDistributionwithLocation(String location)Set location.GeoDistributionwithNumberOfWorkers(Integer numberOfWorkers)Set numberOfWorkers.
-
-
-
Method Detail
-
location
public String location()
Get location.- Returns:
- the location value
-
withLocation
public GeoDistribution withLocation(String location)
Set location.- Parameters:
location- the location value to set- Returns:
- the GeoDistribution object itself.
-
numberOfWorkers
public Integer numberOfWorkers()
Get numberOfWorkers.- Returns:
- the numberOfWorkers value
-
withNumberOfWorkers
public GeoDistribution withNumberOfWorkers(Integer numberOfWorkers)
Set numberOfWorkers.- Parameters:
numberOfWorkers- the numberOfWorkers value to set- Returns:
- the GeoDistribution object itself.
-
-