GlobalCsmSkuDescription Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. GlobalCsmSkuDescription
- com.
Implements
public final class GlobalCsmSkuDescription
implements JsonSerializable<GlobalCsmSkuDescription>
A Global SKU Description.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Capability |
capabilities()
Get the capabilities property: Capabilities of the SKU, e. |
|
Sku |
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. |
|
static
Global |
fromJson(JsonReader jsonReader)
Reads an instance of Global |
| 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. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
capabilities
public List<CapabilityInner> capabilities()
Get the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.
Returns:
capacity
public SkuCapacity capacity()
Get the capacity property: Min, max, and default scale values of the SKU.
Returns:
family
public String family()
Get the family property: Family code of the resource SKU.
Returns:
fromJson
public static GlobalCsmSkuDescription fromJson(JsonReader jsonReader)
Reads an instance of GlobalCsmSkuDescription from the JsonReader.
Parameters:
Returns:
Throws:
locations
public List<String> locations()
Get the locations property: Locations of the SKU.
Returns:
name
public String name()
Get the name property: Name of the resource SKU.
Returns:
size
public String size()
Get the size property: Size specifier of the resource SKU.
Returns:
tier
public String tier()
Get the tier property: Service Tier of the resource SKU.
Returns:
toJson
validate
public void validate()
Validates the instance.