public final class ReplicaType extends com.azure.core.util.ExpandableStringEnum<ReplicaType>
| Modifier and Type | Field and Description |
|---|---|
static ReplicaType |
PRIMARY
Static value Primary for ReplicaType.
|
static ReplicaType |
READABLE_SECONDARY
Static value ReadableSecondary for ReplicaType.
|
| Constructor and Description |
|---|
ReplicaType() |
| Modifier and Type | Method and Description |
|---|---|
static ReplicaType |
fromString(String name)
Creates or finds a ReplicaType from its string representation.
|
static Collection<ReplicaType> |
values() |
public static final ReplicaType PRIMARY
public static final ReplicaType READABLE_SECONDARY
public static ReplicaType fromString(String name)
name - a name to look for.public static Collection<ReplicaType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.