public class SkuDescription extends Object
| Constructor and Description |
|---|
SkuDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> |
capabilities()
Get capabilities of the SKU, e.g., is traffic manager enabled?.
|
Integer |
capacity()
Get current number of instances assigned to the resource.
|
String |
family()
Get family code of the resource SKU.
|
List<String> |
locations()
Get locations of the SKU.
|
String |
name()
Get name of the resource SKU.
|
String |
size()
Get size specifier of the resource SKU.
|
SkuCapacity |
skuCapacity()
Get min, max, and default scale values of the SKU.
|
String |
tier()
Get service tier of the resource SKU.
|
SkuDescription |
withCapabilities(List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities)
Set capabilities of the SKU, e.g., is traffic manager enabled?.
|
SkuDescription |
withCapacity(Integer capacity)
Set current number of instances assigned to the resource.
|
SkuDescription |
withFamily(String family)
Set family code of the resource SKU.
|
SkuDescription |
withLocations(List<String> locations)
Set locations of the SKU.
|
SkuDescription |
withName(String name)
Set name of the resource SKU.
|
SkuDescription |
withSize(String size)
Set size specifier of the resource SKU.
|
SkuDescription |
withSkuCapacity(SkuCapacity skuCapacity)
Set min, max, and default scale values of the SKU.
|
SkuDescription |
withTier(String tier)
Set service tier of the resource SKU.
|
public String name()
public SkuDescription withName(String name)
name - the name value to setpublic String tier()
public SkuDescription withTier(String tier)
tier - the tier value to setpublic String size()
public SkuDescription withSize(String size)
size - the size value to setpublic String family()
public SkuDescription withFamily(String family)
family - the family value to setpublic Integer capacity()
public SkuDescription withCapacity(Integer capacity)
capacity - the capacity value to setpublic SkuCapacity skuCapacity()
public SkuDescription withSkuCapacity(SkuCapacity skuCapacity)
skuCapacity - the skuCapacity value to setpublic SkuDescription withLocations(List<String> locations)
locations - the locations value to setpublic List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities()
public SkuDescription withCapabilities(List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities)
capabilities - the capabilities value to setCopyright © 2019. All rights reserved.