Class SkuRestrictionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuRestrictionType>
com.azure.resourcemanager.workloads.models.SkuRestrictionType

public final class SkuRestrictionType extends com.azure.core.util.ExpandableStringEnum<SkuRestrictionType>
Defines values for SkuRestrictionType.
  • Field Details

    • NOT_SPECIFIED

      public static final SkuRestrictionType NOT_SPECIFIED
      Static value NotSpecified for SkuRestrictionType.
    • LOCATION

      public static final SkuRestrictionType LOCATION
      Static value Location for SkuRestrictionType.
    • ZONE

      public static final SkuRestrictionType ZONE
      Static value Zone for SkuRestrictionType.
  • Constructor Details

    • SkuRestrictionType

      public SkuRestrictionType()
  • Method Details

    • fromString

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

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