Class ReplicationLinkType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ReplicationLinkType>
com.azure.resourcemanager.sql.models.ReplicationLinkType
public final class ReplicationLinkType
extends com.azure.core.util.ExpandableStringEnum<ReplicationLinkType>
Link type (GEO, NAMED, STANDBY).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReplicationLinkTypeStatic value GEO for ReplicationLinkType.static final ReplicationLinkTypeStatic value NAMED for ReplicationLinkType.static final ReplicationLinkTypeStatic value STANDBY for ReplicationLinkType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReplicationLinkTypefromString(String name) Creates or finds a ReplicationLinkType from its string representation.static Collection<ReplicationLinkType>values()Gets known ReplicationLinkType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
GEO
Static value GEO for ReplicationLinkType. -
NAMED
Static value NAMED for ReplicationLinkType. -
STANDBY
Static value STANDBY for ReplicationLinkType.
-
-
Constructor Details
-
ReplicationLinkType
public ReplicationLinkType()
-
-
Method Details
-
fromString
Creates or finds a ReplicationLinkType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ReplicationLinkType.
-
values
Gets known ReplicationLinkType values.- Returns:
- known ReplicationLinkType values.
-