PriceSheetProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.consumption.models.PriceSheetProperties

public final class PriceSheetProperties

The properties of the price sheet.

Constructor Summary

Constructor Description
PriceSheetProperties()

Method Summary

Modifier and Type Method and Description
String billingPeriodId()

Get the billingPeriodId property: The id of the billing period resource that the usage belongs to.

String currencyCode()

Get the currencyCode property: Currency Code.

BigDecimal includedQuantity()

Get the includedQuantity property: Included quality for an offer.

MeterDetails meterDetails()

Get the meterDetails property: The details about the meter.

UUID meterId()

Get the meterId property: The meter id (GUID).

String offerId()

Get the offerId property: Offer Id.

String partNumber()

Get the partNumber property: Part Number.

String unitOfMeasure()

Get the unitOfMeasure property: Unit of measure.

BigDecimal unitPrice()

Get the unitPrice property: Unit Price.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

PriceSheetProperties

public PriceSheetProperties()

Method Details

billingPeriodId

public String billingPeriodId()

Get the billingPeriodId property: The id of the billing period resource that the usage belongs to.

Returns:

the billingPeriodId value.

currencyCode

public String currencyCode()

Get the currencyCode property: Currency Code.

Returns:

the currencyCode value.

includedQuantity

public BigDecimal includedQuantity()

Get the includedQuantity property: Included quality for an offer.

Returns:

the includedQuantity value.

meterDetails

public MeterDetails meterDetails()

Get the meterDetails property: The details about the meter. By default this is not populated, unless it's specified in $expand.

Returns:

the meterDetails value.

meterId

public UUID meterId()

Get the meterId property: The meter id (GUID).

Returns:

the meterId value.

offerId

public String offerId()

Get the offerId property: Offer Id.

Returns:

the offerId value.

partNumber

public String partNumber()

Get the partNumber property: Part Number.

Returns:

the partNumber value.

unitOfMeasure

public String unitOfMeasure()

Get the unitOfMeasure property: Unit of measure.

Returns:

the unitOfMeasure value.

unitPrice

public BigDecimal unitPrice()

Get the unitPrice property: Unit Price.

Returns:

the unitPrice value.

validate

public void validate()

Validates the instance.

Applies to