AzurePlan Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. AzurePlan
- com.
public final class AzurePlan
Details of the Azure plan.
Constructor Summary
| Constructor | Description |
|---|---|
| AzurePlan() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
skuDescription()
Get the sku |
| String |
skuId()
Get the sku |
| void |
validate()
Validates the instance. |
|
Azure |
withSkuId(String skuId)
Set the sku |
Methods inherited from java.lang.Object
Constructor Details
AzurePlan
public AzurePlan()
Creates an instance of AzurePlan class.
Method Details
skuDescription
public String skuDescription()
Get the skuDescription property: The sku description.
Returns:
skuId
public String skuId()
Get the skuId property: The sku id.
Returns:
validate
public void validate()
Validates the instance.
withSkuId
public AzurePlan withSkuId(String skuId)
Set the skuId property: The sku id.
Parameters:
Returns: