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 Summary
FieldsModifier and TypeFieldDescriptionstatic final SkuRestrictionType
Static value Location for SkuRestrictionType.static final SkuRestrictionType
Static value NotSpecified for SkuRestrictionType.static final SkuRestrictionType
Static value Zone for SkuRestrictionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SkuRestrictionType
fromString
(String name) Creates or finds a SkuRestrictionType from its string representation.static Collection<SkuRestrictionType>
values()
Gets known SkuRestrictionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NOT_SPECIFIED
Static value NotSpecified for SkuRestrictionType. -
LOCATION
Static value Location for SkuRestrictionType. -
ZONE
Static value Zone for SkuRestrictionType.
-
-
Constructor Details
-
SkuRestrictionType
public SkuRestrictionType()
-
-
Method Details
-
fromString
Creates or finds a SkuRestrictionType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SkuRestrictionType.
-
values
Gets known SkuRestrictionType values.- Returns:
- known SkuRestrictionType values.
-