public enum ResourceSkuRestrictionsType extends Enum<ResourceSkuRestrictionsType>
Enum Constant and Description |
---|
LOCATION
Enum value Location.
|
ZONE
Enum value Zone.
|
Modifier and Type | Method and Description |
---|---|
static ResourceSkuRestrictionsType |
fromString(String value)
Parses a serialized value to a ResourceSkuRestrictionsType instance.
|
String |
toString() |
static ResourceSkuRestrictionsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceSkuRestrictionsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceSkuRestrictionsType LOCATION
public static final ResourceSkuRestrictionsType ZONE
public static ResourceSkuRestrictionsType[] values()
for (ResourceSkuRestrictionsType c : ResourceSkuRestrictionsType.values()) System.out.println(c);
public static ResourceSkuRestrictionsType 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 ResourceSkuRestrictionsType fromString(String value)
value
- the serialized value to parse.public String toString()
toString
in class Enum<ResourceSkuRestrictionsType>
Copyright © 2019. All rights reserved.