Class AggregatedReplicationState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<AggregatedReplicationState>
-
- com.azure.resourcemanager.compute.models.AggregatedReplicationState
-
public final class AggregatedReplicationState extends com.azure.core.util.ExpandableStringEnum<AggregatedReplicationState>
Defines values for AggregatedReplicationState.
-
-
Field Summary
Fields Modifier and Type Field Description static AggregatedReplicationStateCOMPLETEDStatic value Completed for AggregatedReplicationState.static AggregatedReplicationStateFAILEDStatic value Failed for AggregatedReplicationState.static AggregatedReplicationStateIN_PROGRESSStatic value InProgress for AggregatedReplicationState.static AggregatedReplicationStateUNKNOWNStatic value Unknown for AggregatedReplicationState.
-
Constructor Summary
Constructors Constructor Description AggregatedReplicationState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AggregatedReplicationStatefromString(String name)Creates or finds a AggregatedReplicationState from its string representation.static Collection<AggregatedReplicationState>values()
-
-
-
Field Detail
-
UNKNOWN
public static final AggregatedReplicationState UNKNOWN
Static value Unknown for AggregatedReplicationState.
-
IN_PROGRESS
public static final AggregatedReplicationState IN_PROGRESS
Static value InProgress for AggregatedReplicationState.
-
COMPLETED
public static final AggregatedReplicationState COMPLETED
Static value Completed for AggregatedReplicationState.
-
FAILED
public static final AggregatedReplicationState FAILED
Static value Failed for AggregatedReplicationState.
-
-
Method Detail
-
fromString
public static AggregatedReplicationState fromString(String name)
Creates or finds a AggregatedReplicationState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AggregatedReplicationState.
-
values
public static Collection<AggregatedReplicationState> values()
- Returns:
- known AggregatedReplicationState values.
-
-