Uses of Class
com.azure.resourcemanager.appservice.fluent.models.GeoRegionInner
Packages that use GeoRegionInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
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 GeoRegionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<GeoRegionInner> ResourceProvidersClient.listGeoRegions()
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) Get a list of available geographical regions.com.azure.core.http.rest.PagedFlux
<GeoRegionInner> ResourceProvidersClient.listGeoRegionsAsync()
Get a list of available geographical regions.com.azure.core.http.rest.PagedFlux
<GeoRegionInner> ResourceProvidersClient.listGeoRegionsAsync
(SkuName sku, Boolean linuxWorkersEnabled, Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled) 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 GeoRegionInnerModifier and TypeMethodDescriptionstatic GeoRegionInner
GeoRegionInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of GeoRegionInner from the JsonReader.Set the kind property: Kind of resource.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type GeoRegionInnerModifier and TypeMethodDescriptionDeploymentLocationsInner.locations()
Get the locations property: Available regions.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type GeoRegionInnerModifier and TypeMethodDescriptionDeploymentLocationsInner.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 GeoRegionInnerModifier and TypeMethodDescriptionGeoRegionCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type GeoRegionInnerModifier and TypeMethodDescriptionGeoRegionCollection.withValue
(List<GeoRegionInner> value) Set the value property: Collection of resources.