114 строки
6.9 KiB
YAML
114 строки
6.9 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.azure.resourcemanager.sql.models.ReplicationRole"
|
|
fullName: "com.azure.resourcemanager.sql.models.ReplicationRole"
|
|
name: "ReplicationRole"
|
|
nameWithType: "ReplicationRole"
|
|
summary: "Local replication role."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public enum **ReplicationRole**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a><<xref href=\"com.azure.resourcemanager.sql.models.ReplicationRole?alt=com.azure.resourcemanager.sql.models.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />>"
|
|
fields:
|
|
- uid: "com.azure.resourcemanager.sql.models.ReplicationRole.COPY"
|
|
fullName: "com.azure.resourcemanager.sql.models.ReplicationRole.COPY"
|
|
name: "COPY"
|
|
nameWithType: "ReplicationRole.COPY"
|
|
summary: "Enum value Copy."
|
|
desc: "Enum value Copy."
|
|
- uid: "com.azure.resourcemanager.sql.models.ReplicationRole.NON_READABLE_SECONDARY"
|
|
fullName: "com.azure.resourcemanager.sql.models.ReplicationRole.NON_READABLE_SECONDARY"
|
|
name: "NON_READABLE_SECONDARY"
|
|
nameWithType: "ReplicationRole.NON_READABLE_SECONDARY"
|
|
summary: "Enum value Non<wbr>Readable<wbr>Secondary."
|
|
desc: "Enum value NonReadableSecondary."
|
|
- uid: "com.azure.resourcemanager.sql.models.ReplicationRole.PRIMARY"
|
|
fullName: "com.azure.resourcemanager.sql.models.ReplicationRole.PRIMARY"
|
|
name: "PRIMARY"
|
|
nameWithType: "ReplicationRole.PRIMARY"
|
|
summary: "Enum value Primary."
|
|
desc: "Enum value Primary."
|
|
- uid: "com.azure.resourcemanager.sql.models.ReplicationRole.SECONDARY"
|
|
fullName: "com.azure.resourcemanager.sql.models.ReplicationRole.SECONDARY"
|
|
name: "SECONDARY"
|
|
nameWithType: "ReplicationRole.SECONDARY"
|
|
summary: "Enum value Secondary."
|
|
desc: "Enum value Secondary."
|
|
- uid: "com.azure.resourcemanager.sql.models.ReplicationRole.SOURCE"
|
|
fullName: "com.azure.resourcemanager.sql.models.ReplicationRole.SOURCE"
|
|
name: "SOURCE"
|
|
nameWithType: "ReplicationRole.SOURCE"
|
|
summary: "Enum value Source."
|
|
desc: "Enum value Source."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.sql.models.ReplicationRole.fromString(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.models.ReplicationRole.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "ReplicationRole.fromString(String value)"
|
|
summary: "Parses a serialized value to a Replication<wbr>Role instance."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the serialized value to parse."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static ReplicationRole fromString(String value)"
|
|
desc: "Parses a serialized value to a ReplicationRole instance."
|
|
returns:
|
|
description: "the parsed ReplicationRole object, or null if unable to parse."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.ReplicationRole?alt=com.azure.resourcemanager.sql.models.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.models.ReplicationRole.toString()"
|
|
fullName: "com.azure.resourcemanager.sql.models.ReplicationRole.toString()"
|
|
name: "toString()"
|
|
nameWithType: "ReplicationRole.toString()"
|
|
overridden: "java.lang.Enum.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.sql.models.ReplicationRole.valueOf(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.models.ReplicationRole.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "ReplicationRole.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static ReplicationRole valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.ReplicationRole?alt=com.azure.resourcemanager.sql.models.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.models.ReplicationRole.values()"
|
|
fullName: "com.azure.resourcemanager.sql.models.ReplicationRole.values()"
|
|
name: "values()"
|
|
nameWithType: "ReplicationRole.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static ReplicationRole[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.ReplicationRole?alt=com.azure.resourcemanager.sql.models.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Local replication role."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.sql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0
|