Class SkuRestrictionReasonCode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuRestrictionReasonCode>
com.azure.resourcemanager.workloads.models.SkuRestrictionReasonCode
public final class SkuRestrictionReasonCode
extends com.azure.core.util.ExpandableStringEnum<SkuRestrictionReasonCode>
Defines values for SkuRestrictionReasonCode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SkuRestrictionReasonCode
Static value NotAvailableForSubscription for SkuRestrictionReasonCode.static final SkuRestrictionReasonCode
Static value NotSpecified for SkuRestrictionReasonCode.static final SkuRestrictionReasonCode
Static value QuotaId for SkuRestrictionReasonCode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SkuRestrictionReasonCode
fromString
(String name) Creates or finds a SkuRestrictionReasonCode from its string representation.static Collection<SkuRestrictionReasonCode>
values()
Gets known SkuRestrictionReasonCode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NOT_SPECIFIED
Static value NotSpecified for SkuRestrictionReasonCode. -
QUOTA_ID
Static value QuotaId for SkuRestrictionReasonCode. -
NOT_AVAILABLE_FOR_SUBSCRIPTION
Static value NotAvailableForSubscription for SkuRestrictionReasonCode.
-
-
Constructor Details
-
SkuRestrictionReasonCode
public SkuRestrictionReasonCode()
-
-
Method Details
-
fromString
Creates or finds a SkuRestrictionReasonCode from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SkuRestrictionReasonCode.
-
values
Gets known SkuRestrictionReasonCode values.- Returns:
- known SkuRestrictionReasonCode values.
-