public enum ResourceSkuRestrictionsReasonCode extends Enum<ResourceSkuRestrictionsReasonCode>
| Enum Constant and Description |
|---|
NOT_AVAILABLE_FOR_SUBSCRIPTION
Enum value NotAvailableForSubscription.
|
QUOTA_ID
Enum value QuotaId.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceSkuRestrictionsReasonCode |
fromString(String value)
Parses a serialized value to a ResourceSkuRestrictionsReasonCode instance.
|
String |
toString() |
static ResourceSkuRestrictionsReasonCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceSkuRestrictionsReasonCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceSkuRestrictionsReasonCode QUOTA_ID
public static final ResourceSkuRestrictionsReasonCode NOT_AVAILABLE_FOR_SUBSCRIPTION
public static ResourceSkuRestrictionsReasonCode[] values()
for (ResourceSkuRestrictionsReasonCode c : ResourceSkuRestrictionsReasonCode.values()) System.out.println(c);
public static ResourceSkuRestrictionsReasonCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ResourceSkuRestrictionsReasonCode fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<ResourceSkuRestrictionsReasonCode>Copyright © 2019. All rights reserved.