public enum StagingEnvironmentPolicy extends Enum<StagingEnvironmentPolicy>
| Enum Constant and Description |
|---|
DISABLED
Enum value Disabled.
|
ENABLED
Enum value Enabled.
|
| Modifier and Type | Method and Description |
|---|---|
static StagingEnvironmentPolicy |
fromString(String value)
Parses a serialized value to a StagingEnvironmentPolicy instance.
|
String |
toString() |
static StagingEnvironmentPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StagingEnvironmentPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StagingEnvironmentPolicy ENABLED
public static final StagingEnvironmentPolicy DISABLED
public static StagingEnvironmentPolicy[] values()
public static StagingEnvironmentPolicy 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 StagingEnvironmentPolicy fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<StagingEnvironmentPolicy>Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.