java.lang.Object
com.azure.core.util.ExpandableStringEnum<BillingPlan>
com.azure.resourcemanager.reservations.models.BillingPlan

public final class BillingPlan extends com.azure.core.util.ExpandableStringEnum<BillingPlan>
Represents the billing plan in ISO 8601 format. Required only for monthly billing plans.
  • Field Details

    • P1M

      public static final BillingPlan P1M
      Static value P1M for BillingPlan.
  • Constructor Details

    • BillingPlan

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

    • fromString

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

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