Class State
java.lang.Object
com.azure.core.util.ExpandableStringEnum<State>
com.azure.resourcemanager.storage.models.State
Gets the state of virtual network rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StateStatic value Deprovisioning for State.static final StateStatic value Failed for State.static final StateStatic value NetworkSourceDeleted for State.static final StateStatic value Provisioning for State.static final StateStatic value Succeeded for State. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StatefromString(String name) Creates or finds a State from its string representation.static Collection<State>values()Gets known State values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PROVISIONING
Static value Provisioning for State. -
DEPROVISIONING
Static value Deprovisioning for State. -
SUCCEEDED
Static value Succeeded for State. -
FAILED
Static value Failed for State. -
NETWORK_SOURCE_DELETED
Static value NetworkSourceDeleted for State.
-
-
Constructor Details
-
State
public State()
-
-
Method Details
-
fromString
Creates or finds a State from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding State.
-
values
Gets known State values.- Returns:
- known State values.
-