| Modifier and Type | Field and Description |
|---|---|
static AggregatedReplicationState |
AggregatedReplicationState.COMPLETED
Static value Completed for AggregatedReplicationState.
|
static AggregatedReplicationState |
AggregatedReplicationState.FAILED
Static value Failed for AggregatedReplicationState.
|
static AggregatedReplicationState |
AggregatedReplicationState.IN_PROGRESS
Static value InProgress for AggregatedReplicationState.
|
static AggregatedReplicationState |
AggregatedReplicationState.UNKNOWN
Static value Unknown for AggregatedReplicationState.
|
| Modifier and Type | Method and Description |
|---|---|
AggregatedReplicationState |
ReplicationStatus.aggregatedState()
Get this is the aggregated replication status based on all the regional replication status flags.
|
static AggregatedReplicationState |
AggregatedReplicationState.fromString(String name)
Creates or finds a AggregatedReplicationState from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<AggregatedReplicationState> |
AggregatedReplicationState.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/