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