共用方式為


AzurePlan Class

  • java.lang.Object
    • com.azure.resourcemanager.billing.models.AzurePlan

public final class AzurePlan

Details of the Azure plan.

Constructor Summary

Constructor Description
AzurePlan()

Creates an instance of AzurePlan class.

Method Summary

Modifier and Type Method and Description
String skuDescription()

Get the skuDescription property: The sku description.

String skuId()

Get the skuId property: The sku id.

void validate()

Validates the instance.

AzurePlan withSkuId(String skuId)

Set the skuId property: The sku id.

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:

the skuDescription value.

skuId

public String skuId()

Get the skuId property: The sku id.

Returns:

the skuId value.

validate

public void validate()

Validates the instance.

withSkuId

public AzurePlan withSkuId(String skuId)

Set the skuId property: The sku id.

Parameters:

skuId - the skuId value to set.

Returns:

the AzurePlan object itself.

Applies to