ReplicationLinkType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. ReplicationLinkType
- com.
- com.
public final class ReplicationLinkType
extends ExpandableStringEnum<ReplicationLinkType>
Link type (GEO, NAMED, STANDBY).
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Replication |
GEO
Static value GEO for Replication |
static final
Replication |
NAMED
Static value NAMED for Replication |
static final
Replication |
STANDBY
Static value STANDBY for Replication |
Constructor Summary
Constructor | Description |
---|---|
ReplicationLinkType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Replication |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Replication |
fromString(String name)
Creates or finds a Replication |
static
Collection<Replication |
values()
Gets known Replication |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GEO
public static final ReplicationLinkType GEO
Static value GEO for ReplicationLinkType.
NAMED
public static final ReplicationLinkType NAMED
Static value NAMED for ReplicationLinkType.
STANDBY
public static final ReplicationLinkType STANDBY
Static value STANDBY for ReplicationLinkType.
Constructor Details
ReplicationLinkType
@Deprecated
public ReplicationLinkType()
Deprecated
Creates a new instance of ReplicationLinkType value.
Method Details
fromString
public static ReplicationLinkType fromString(String name)
Creates or finds a ReplicationLinkType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ReplicationLinkType values.
Returns:
Applies to
Azure SDK for Java