public final class AggregatedReplicationState extends com.microsoft.rest.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 forpublic static Collection<AggregatedReplicationState> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/