Class State
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<State>
-
- com.azure.resourcemanager.storage.models.State
-
public final class State extends com.azure.core.util.ExpandableStringEnum<State>
Defines values for State.
-
-
Field Summary
Fields Modifier and Type Field Description static StateDEPROVISIONINGStatic value Deprovisioning for State.static StateFAILEDStatic value Failed for State.static StateNETWORK_SOURCE_DELETEDStatic value NetworkSourceDeleted for State.static StatePROVISIONINGStatic value Provisioning for State.static StateSUCCEEDEDStatic value Succeeded for State.
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StatefromString(String name)Creates or finds a State from its string representation.static Collection<State>values()
-
-
-
Field Detail
-
PROVISIONING
public static final State PROVISIONING
Static value Provisioning for State.
-
DEPROVISIONING
public static final State DEPROVISIONING
Static value Deprovisioning for State.
-
SUCCEEDED
public static final State SUCCEEDED
Static value Succeeded for State.
-
FAILED
public static final State FAILED
Static value Failed for State.
-
NETWORK_SOURCE_DELETED
public static final State NETWORK_SOURCE_DELETED
Static value NetworkSourceDeleted for State.
-
-
Method Detail
-
fromString
public static State fromString(String name)
Creates or finds a State from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding State.
-
values
public static Collection<State> values()
- Returns:
- known State values.
-
-