Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SkuCapacity |
GlobalCsmSkuDescription.capacity()
Get min, max, and default scale values of the SKU.
|
SkuCapacity |
SkuDescription.skuCapacity()
Get min, max, and default scale values of the SKU.
|
SkuCapacity |
SkuCapacity.withDefaultProperty(Integer defaultProperty)
Set default number of workers for this App Service plan SKU.
|
SkuCapacity |
SkuCapacity.withMaximum(Integer maximum)
Set maximum number of workers for this App Service plan SKU.
|
SkuCapacity |
SkuCapacity.withMinimum(Integer minimum)
Set minimum number of workers for this App Service plan SKU.
|
SkuCapacity |
SkuCapacity.withScaleType(String scaleType)
Set available scale configurations for an App Service plan.
|
Modifier and Type | Method and Description |
---|---|
GlobalCsmSkuDescription |
GlobalCsmSkuDescription.withCapacity(SkuCapacity capacity)
Set min, max, and default scale values of the SKU.
|
SkuDescription |
SkuDescription.withSkuCapacity(SkuCapacity skuCapacity)
Set min, max, and default scale values of the SKU.
|
Copyright © 2019. All rights reserved.