ResourceSkuCosts Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ResourceSkuCosts
- com.
public class ResourceSkuCosts
Describes metadata for retrieving price info.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
extendedUnit()
Get the extendedUnit value. |
String |
meterID()
Get the meterID value. |
Long |
quantity()
Get the quantity value. |
Method Details
extendedUnit
public String extendedUnit()
Get the extendedUnit value.
Returns:
the extendedUnit value
meterID
public String meterID()
Get the meterID value.
Returns:
the meterID value
quantity
public Long quantity()
Get the quantity value.
Returns:
the quantity value
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java