| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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(SkuName sku,
Boolean linuxWorkersEnabled,
Boolean xenonWorkersEnabled,
Boolean linuxDynamicWorkersEnabled)
Description for Get a list of available geographical regions.
|
| Modifier and Type | Field and Description |
|---|---|
static SkuName |
SkuName.BASIC
Static value Basic for SkuName.
|
static SkuName |
SkuName.DYNAMIC
Static value Dynamic for SkuName.
|
static SkuName |
SkuName.ELASTIC_ISOLATED
Static value ElasticIsolated for SkuName.
|
static SkuName |
SkuName.ELASTIC_PREMIUM
Static value ElasticPremium for SkuName.
|
static SkuName |
SkuName.FREE
Static value Free for SkuName.
|
static SkuName |
SkuName.ISOLATED
Static value Isolated for SkuName.
|
static SkuName |
SkuName.ISOLATED_V2
Static value IsolatedV2 for SkuName.
|
static SkuName |
SkuName.PREMIUM
Static value Premium for SkuName.
|
static SkuName |
SkuName.PREMIUM_CONTAINER
Static value PremiumContainer for SkuName.
|
static SkuName |
SkuName.PREMIUM_V2
Static value PremiumV2 for SkuName.
|
static SkuName |
SkuName.PREMIUM_V3
Static value PremiumV3 for SkuName.
|
static SkuName |
SkuName.SHARED
Static value Shared for SkuName.
|
static SkuName |
SkuName.STANDARD
Static value Standard for SkuName.
|
| Modifier and Type | Method and Description |
|---|---|
static SkuName |
SkuName.fromString(String name)
Creates or finds a SkuName from its string representation.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.