Sku Class
- java.
lang. Object - com.
azure. resourcemanager. maps. models. Sku
- com.
public final class Sku
The SKU of the Maps Account.
Constructor Summary
| Constructor | Description |
|---|---|
| Sku() |
Creates an instance of Sku class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Name |
name()
Get the name property: The name of the SKU, in standard format (such as S0). |
| String |
tier()
Get the tier property: Gets the sku tier. |
| void |
validate()
Validates the instance. |
| Sku |
withName(Name name)
Set the name property: The name of the SKU, in standard format (such as S0). |
Methods inherited from java.lang.Object
Constructor Details
Sku
public Sku()
Creates an instance of Sku class.
Method Details
name
public Name name()
Get the name property: The name of the SKU, in standard format (such as S0).
Returns:
tier
public String tier()
Get the tier property: Gets the sku tier. This is based on the SKU name.
Returns:
validate
public void validate()
Validates the instance.
withName
public Sku withName(Name name)
Set the name property: The name of the SKU, in standard format (such as S0).
Parameters:
Returns: