Class SkuRestrictionReasonCode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuRestrictionReasonCode>
com.azure.resourcemanager.databoxedge.models.SkuRestrictionReasonCode

public final class SkuRestrictionReasonCode extends com.azure.core.util.ExpandableStringEnum<SkuRestrictionReasonCode>
The SKU restriction reason.
  • Field Details

    • NOT_AVAILABLE_FOR_SUBSCRIPTION

      public static final SkuRestrictionReasonCode NOT_AVAILABLE_FOR_SUBSCRIPTION
      Static value NotAvailableForSubscription for SkuRestrictionReasonCode.
    • QUOTA_ID

      public static final SkuRestrictionReasonCode QUOTA_ID
      Static value QuotaId for SkuRestrictionReasonCode.
  • Constructor Details

    • SkuRestrictionReasonCode

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

    • fromString

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

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