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 Details

    • USD

      public static final BillingCurrency USD
      Static value USD for BillingCurrency.
  • Constructor Details

    • BillingCurrency

      @Deprecated public BillingCurrency()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of BillingCurrency value.
  • Method Details

    • fromString

      public static BillingCurrency fromString(String name)
      Creates or finds a BillingCurrency from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding BillingCurrency.
    • values

      public static Collection<BillingCurrency> values()
      Gets known BillingCurrency values.
      Returns:
      known BillingCurrency values.