public final class GlobalCsmSkuDescription extends Object
| Constructor and Description |
|---|
GlobalCsmSkuDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<CapabilityInner> |
capabilities()
Get the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.
|
SkuCapacity |
capacity()
Get the capacity property: Min, max, and default scale values of the SKU.
|
String |
family()
Get the family property: Family code of the resource SKU.
|
List<String> |
locations()
Get the locations property: Locations of the SKU.
|
String |
name()
Get the name property: Name of the resource SKU.
|
String |
size()
Get the size property: Size specifier of the resource SKU.
|
String |
tier()
Get the tier property: Service Tier of the resource SKU.
|
void |
validate()
Validates the instance.
|
GlobalCsmSkuDescription |
withCapabilities(List<CapabilityInner> capabilities)
Set the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.
|
GlobalCsmSkuDescription |
withCapacity(SkuCapacity capacity)
Set the capacity property: Min, max, and default scale values of the SKU.
|
GlobalCsmSkuDescription |
withFamily(String family)
Set the family property: Family code of the resource SKU.
|
GlobalCsmSkuDescription |
withLocations(List<String> locations)
Set the locations property: Locations of the SKU.
|
GlobalCsmSkuDescription |
withName(String name)
Set the name property: Name of the resource SKU.
|
GlobalCsmSkuDescription |
withSize(String size)
Set the size property: Size specifier of the resource SKU.
|
GlobalCsmSkuDescription |
withTier(String tier)
Set the tier property: Service Tier of the resource SKU.
|
public String name()
public GlobalCsmSkuDescription withName(String name)
name - the name value to set.public String tier()
public GlobalCsmSkuDescription withTier(String tier)
tier - the tier value to set.public String size()
public GlobalCsmSkuDescription withSize(String size)
size - the size value to set.public String family()
public GlobalCsmSkuDescription withFamily(String family)
family - the family value to set.public SkuCapacity capacity()
public GlobalCsmSkuDescription withCapacity(SkuCapacity capacity)
capacity - the capacity value to set.public List<String> locations()
public GlobalCsmSkuDescription withLocations(List<String> locations)
locations - the locations value to set.public List<CapabilityInner> capabilities()
public GlobalCsmSkuDescription withCapabilities(List<CapabilityInner> capabilities)
capabilities - the capabilities value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.