ResourceSkuCosts Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.models.ResourceSkuCosts

public final class ResourceSkuCosts

Describes metadata for retrieving price info.

Constructor Summary

Constructor Description
ResourceSkuCosts()

Creates an instance of ResourceSkuCosts class.

Method Summary

Modifier and Type Method and Description
String extendedUnit()

Get the extendedUnit property: An invariant to show the extended unit.

String meterId()

Get the meterId property: Used for querying price from commerce.

Long quantity()

Get the quantity property: The multiplier is needed to extend the base metered cost.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ResourceSkuCosts

public ResourceSkuCosts()

Creates an instance of ResourceSkuCosts class.

Method Details

extendedUnit

public String extendedUnit()

Get the extendedUnit property: An invariant to show the extended unit.

Returns:

the extendedUnit value.

meterId

public String meterId()

Get the meterId property: Used for querying price from commerce.

Returns:

the meterId value.

quantity

public Long quantity()

Get the quantity property: The multiplier is needed to extend the base metered cost.

Returns:

the quantity value.

validate

public void validate()

Validates the instance.

Applies to