Uses of Class
com.azure.resourcemanager.appservice.fluent.models.GeoRegionInner
-
Packages that use GeoRegionInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of GeoRegionInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type GeoRegionInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<GeoRegionInner>ResourceProvidersClient. listGeoRegions()Description for Get a list of available geographical regions.com.azure.core.http.rest.PagedIterable<GeoRegionInner>ResourceProvidersClient. listGeoRegions(SkuName sku, Boolean linuxWorkersEnabled, Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled, com.azure.core.util.Context context)Description for Get a list of available geographical regions.com.azure.core.http.rest.PagedFlux<GeoRegionInner>ResourceProvidersClient. listGeoRegionsAsync()Description for Get a list of available geographical regions.com.azure.core.http.rest.PagedFlux<GeoRegionInner>ResourceProvidersClient. listGeoRegionsAsync(SkuName sku, Boolean linuxWorkersEnabled, Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled)Description for Get a list of available geographical regions. -
Uses of GeoRegionInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return GeoRegionInner Modifier and Type Method Description GeoRegionInnerGeoRegionInner. withKind(String kind)Set the kind property: Kind of resource.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type GeoRegionInner Modifier and Type Method Description List<GeoRegionInner>DeploymentLocationsInner. locations()Get the locations property: Available regions.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type GeoRegionInner Modifier and Type Method Description DeploymentLocationsInnerDeploymentLocationsInner. withLocations(List<GeoRegionInner> locations)Set the locations property: Available regions. -
Uses of GeoRegionInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type GeoRegionInner Modifier and Type Method Description List<GeoRegionInner>GeoRegionCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type GeoRegionInner Modifier and Type Method Description GeoRegionCollectionGeoRegionCollection. withValue(List<GeoRegionInner> value)Set the value property: Collection of resources.
-