MeterDetails Class

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

public final class MeterDetails

The properties of the meter detail.

Constructor Summary

Constructor Description
MeterDetails()

Method Summary

Modifier and Type Method and Description
String meterCategory()

Get the meterCategory property: The category of the meter, for example, 'Cloud services', 'Networking', etc..

String meterLocation()

Get the meterLocation property: The location in which the Azure service is available.

String meterName()

Get the meterName property: The name of the meter, within the given meter category.

String meterSubCategory()

Get the meterSubCategory property: The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc..

BigDecimal pretaxStandardRate()

Get the pretaxStandardRate property: The pretax listing price.

String serviceName()

Get the serviceName property: The name of the service.

String serviceTier()

Get the serviceTier property: The service tier.

BigDecimal totalIncludedQuantity()

Get the totalIncludedQuantity property: The total included quantity associated with the offer.

String unit()

Get the unit property: The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

MeterDetails

public MeterDetails()

Method Details

meterCategory

public String meterCategory()

Get the meterCategory property: The category of the meter, for example, 'Cloud services', 'Networking', etc..

Returns:

the meterCategory value.

meterLocation

public String meterLocation()

Get the meterLocation property: The location in which the Azure service is available.

Returns:

the meterLocation value.

meterName

public String meterName()

Get the meterName property: The name of the meter, within the given meter category.

Returns:

the meterName value.

meterSubCategory

public String meterSubCategory()

Get the meterSubCategory property: The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc..

Returns:

the meterSubCategory value.

pretaxStandardRate

public BigDecimal pretaxStandardRate()

Get the pretaxStandardRate property: The pretax listing price.

Returns:

the pretaxStandardRate value.

serviceName

public String serviceName()

Get the serviceName property: The name of the service.

Returns:

the serviceName value.

serviceTier

public String serviceTier()

Get the serviceTier property: The service tier.

Returns:

the serviceTier value.

totalIncludedQuantity

public BigDecimal totalIncludedQuantity()

Get the totalIncludedQuantity property: The total included quantity associated with the offer.

Returns:

the totalIncludedQuantity value.

unit

public String unit()

Get the unit property: The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.

Returns:

the unit value.

validate

public void validate()

Validates the instance.

Applies to