Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AseRegionInner
Packages that use AseRegionInner
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 AseRegionInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type AseRegionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<AseRegionInner> ResourceProvidersClient.listAseRegions()
Get a list of available ASE regions and its supported Skus.com.azure.core.http.rest.PagedIterable
<AseRegionInner> ResourceProvidersClient.listAseRegions
(com.azure.core.util.Context context) Get a list of available ASE regions and its supported Skus.com.azure.core.http.rest.PagedFlux
<AseRegionInner> ResourceProvidersClient.listAseRegionsAsync()
Get a list of available ASE regions and its supported Skus. -
Uses of AseRegionInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AseRegionInnerModifier and TypeMethodDescriptionstatic AseRegionInner
AseRegionInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AseRegionInner from the JsonReader.AseRegionInner.withAvailableOS
(List<String> availableOS) Set the availableOS property: Available OSs in region.AseRegionInner.withAvailableSku
(List<String> availableSku) Set the availableSku property: Available Skus in region.Set the kind property: Kind of resource. -
Uses of AseRegionInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type AseRegionInnerModifier and TypeMethodDescriptionAseRegionCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type AseRegionInnerModifier and TypeMethodDescriptionAseRegionCollection.withValue
(List<AseRegionInner> value) Set the value property: Collection of resources.