| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SkuCapacity |
SkuInfoInner.capacity()
Get the capacity property: Min, max, and default scale values of the SKU.
|
| Modifier and Type | Method and Description |
|---|---|
SkuInfoInner |
SkuInfoInner.withCapacity(SkuCapacity capacity)
Set the capacity property: Min, max, and default scale values of the SKU.
|
| Modifier and Type | Method and Description |
|---|---|
SkuCapacity |
GlobalCsmSkuDescription.capacity()
Get the capacity property: Min, max, and default scale values of the SKU.
|
SkuCapacity |
SkuDescription.skuCapacity()
Get the skuCapacity property: Min, max, and default scale values of the SKU.
|
SkuCapacity |
SkuCapacity.withDefaultProperty(Integer defaultProperty)
Set the defaultProperty property: Default number of workers for this App Service plan SKU.
|
SkuCapacity |
SkuCapacity.withElasticMaximum(Integer elasticMaximum)
Set the elasticMaximum property: Maximum number of Elastic workers for this App Service plan SKU.
|
SkuCapacity |
SkuCapacity.withMaximum(Integer maximum)
Set the maximum property: Maximum number of workers for this App Service plan SKU.
|
SkuCapacity |
SkuCapacity.withMinimum(Integer minimum)
Set the minimum property: Minimum number of workers for this App Service plan SKU.
|
SkuCapacity |
SkuCapacity.withScaleType(String scaleType)
Set the scaleType property: Available scale configurations for an App Service plan.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalCsmSkuDescription |
GlobalCsmSkuDescription.withCapacity(SkuCapacity capacity)
Set the capacity property: Min, max, and default scale values of the SKU.
|
SkuDescription |
SkuDescription.withSkuCapacity(SkuCapacity skuCapacity)
Set the skuCapacity property: Min, max, and default scale values of the SKU.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.