ReplicationRole Enum
- java.
lang. Object - java.
lang. Enum<ReplicationRole> - com.
microsoft. azure. management. sql. ReplicationRole
- com.
- java.
public enum ReplicationRole
Defines values for ReplicationRole.
Fields
COPY |
Enum value Copy. |
NON_READABLE_SECONDARY |
Enum value NonReadableSecondary. |
PRIMARY |
Enum value Primary. |
SECONDARY |
Enum value Secondary. |
SOURCE |
Enum value Source. |
Methods
fromString(String value)
public static ReplicationRole fromString(String value)
Parses a serialized value to a ReplicationRole instance.
Parameters
- value
- String
Returns
the parsed ReplicationRole object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java