Class BillingCurrency
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BillingCurrency>
com.azure.resourcemanager.machinelearning.models.BillingCurrency
public final class BillingCurrency
extends com.azure.core.util.ExpandableStringEnum<BillingCurrency>
Billing currency
Three lettered code specifying the currency of the VM price. Example: USD.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BillingCurrencyStatic value USD for BillingCurrency. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BillingCurrencyfromString(String name) Creates or finds a BillingCurrency from its string representation.static Collection<BillingCurrency>values()Gets known BillingCurrency values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
USD
Static value USD for BillingCurrency.
-
-
Constructor Details
-
BillingCurrency
Deprecated.Use thefromString(String)factory method.Creates a new instance of BillingCurrency value.
-
-
Method Details
-
fromString
Creates or finds a BillingCurrency from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding BillingCurrency.
-
values
Gets known BillingCurrency values.- Returns:
- known BillingCurrency values.
-
fromString(String)factory method.