Class State
java.lang.Object
com.azure.core.util.ExpandableStringEnum<State>
com.azure.resourcemanager.storage.models.State
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
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, getValue, 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
Deprecated.Use thefromString(String)factory method.Creates a new instance of State value.
-
-
Method Details
-
fromString
-
values
-
fromString(String)factory method.