public final class AggregatedReplicationState extends com.azure.core.util.ExpandableStringEnum<AggregatedReplicationState>
Modifier and Type | Field and Description |
---|---|
static AggregatedReplicationState |
COMPLETED
Static value Completed for AggregatedReplicationState.
|
static AggregatedReplicationState |
FAILED
Static value Failed for AggregatedReplicationState.
|
static AggregatedReplicationState |
IN_PROGRESS
Static value InProgress for AggregatedReplicationState.
|
static AggregatedReplicationState |
UNKNOWN
Static value Unknown for AggregatedReplicationState.
|
Constructor and Description |
---|
AggregatedReplicationState() |
Modifier and Type | Method and Description |
---|---|
static AggregatedReplicationState |
fromString(String name)
Creates or finds a AggregatedReplicationState from its string representation.
|
static Collection<AggregatedReplicationState> |
values() |
public static final AggregatedReplicationState UNKNOWN
public static final AggregatedReplicationState IN_PROGRESS
public static final AggregatedReplicationState COMPLETED
public static final AggregatedReplicationState FAILED
public static AggregatedReplicationState fromString(String name)
name
- a name to look for.public static Collection<AggregatedReplicationState> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.