Class AggregatedReplicationState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<AggregatedReplicationState>
com.microsoft.azure.management.compute.AggregatedReplicationState
public final class AggregatedReplicationState
extends com.microsoft.rest.ExpandableStringEnum<AggregatedReplicationState>
Defines values for AggregatedReplicationState.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AggregatedReplicationState
Static value Completed for AggregatedReplicationState.static final AggregatedReplicationState
Static value Failed for AggregatedReplicationState.static final AggregatedReplicationState
Static value InProgress for AggregatedReplicationState.static final AggregatedReplicationState
Static value Unknown for AggregatedReplicationState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregatedReplicationState
fromString
(String name) Creates or finds a AggregatedReplicationState from its string representation.static Collection<AggregatedReplicationState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
UNKNOWN
Static value Unknown for AggregatedReplicationState. -
IN_PROGRESS
Static value InProgress for AggregatedReplicationState. -
COMPLETED
Static value Completed for AggregatedReplicationState. -
FAILED
Static value Failed for AggregatedReplicationState.
-
-
Constructor Details
-
AggregatedReplicationState
public AggregatedReplicationState()
-
-
Method Details
-
fromString
Creates or finds a AggregatedReplicationState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding AggregatedReplicationState
-
values
- Returns:
- known AggregatedReplicationState values
-