Uses of Class
com.microsoft.azure.management.appservice.GeoDistribution
-
-
Uses of GeoDistribution in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return GeoDistribution Modifier and Type Method Description GeoDistributionGeoDistribution. withLocation(String location)Set location.GeoDistributionGeoDistribution. withNumberOfWorkers(Integer numberOfWorkers)Set numberOfWorkers.Methods in com.microsoft.azure.management.appservice that return types with arguments of type GeoDistribution Modifier and Type Method Description List<GeoDistribution>SitePatchResource. geoDistributions()Get geoDistributions for this site.Method parameters in com.microsoft.azure.management.appservice with type arguments of type GeoDistribution Modifier and Type Method Description SitePatchResourceSitePatchResource. withGeoDistributions(List<GeoDistribution> geoDistributions)Set geoDistributions for this site.
-