Class ConfigServerState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConfigServerState>
com.azure.resourcemanager.appplatform.models.ConfigServerState
public final class ConfigServerState
extends com.azure.core.util.ExpandableStringEnum<ConfigServerState>
State of the config server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigServerStateStatic value Deleted for ConfigServerState.static final ConfigServerStateStatic value Failed for ConfigServerState.static final ConfigServerStateStatic value NotAvailable for ConfigServerState.static final ConfigServerStateStatic value Succeeded for ConfigServerState.static final ConfigServerStateStatic value Updating for ConfigServerState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigServerStatefromString(String name) Creates or finds a ConfigServerState from its string representation.static Collection<ConfigServerState>values()Gets known ConfigServerState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NOT_AVAILABLE
Static value NotAvailable for ConfigServerState. -
DELETED
Static value Deleted for ConfigServerState. -
FAILED
Static value Failed for ConfigServerState. -
SUCCEEDED
Static value Succeeded for ConfigServerState. -
UPDATING
Static value Updating for ConfigServerState.
-
-
Constructor Details
-
ConfigServerState
Deprecated.Use thefromString(String)factory method.Creates a new instance of ConfigServerState value.
-
-
Method Details
-
fromString
Creates or finds a ConfigServerState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ConfigServerState.
-
values
Gets known ConfigServerState values.- Returns:
- known ConfigServerState values.
-
fromString(String)factory method.