Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SkuDescription |
PricingTier.toSkuDescription() |
SkuDescription |
SkuDescription.withCapabilities(List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities)
Set capabilities of the SKU, e.g., is traffic manager enabled?.
|
SkuDescription |
SkuDescription.withCapacity(Integer capacity)
Set current number of instances assigned to the resource.
|
SkuDescription |
SkuDescription.withFamily(String family)
Set family code of the resource SKU.
|
SkuDescription |
SkuDescription.withLocations(List<String> locations)
Set locations of the SKU.
|
SkuDescription |
SkuDescription.withName(String name)
Set name of the resource SKU.
|
SkuDescription |
SkuDescription.withSize(String size)
Set size specifier of the resource SKU.
|
SkuDescription |
SkuDescription.withSkuCapacity(SkuCapacity skuCapacity)
Set min, max, and default scale values of the SKU.
|
SkuDescription |
SkuDescription.withTier(String tier)
Set service tier of the resource SKU.
|
Modifier and Type | Method and Description |
---|---|
static PricingTier |
PricingTier.fromSkuDescription(SkuDescription skuDescription)
Parses a serialized value to an AppServicePricingTier instance.
|
Copyright © 2019. All rights reserved.