azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

113 строки
7.2 KiB
YAML

### YamlMime:JavaEnum
uid: "com.microsoft.azure.management.sql.ReplicationRole"
fullName: "com.microsoft.azure.management.sql.ReplicationRole"
name: "ReplicationRole"
nameWithType: "ReplicationRole"
summary: "Defines values for Replication<wbr>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: "<xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)?alt=java.lang.Enum.<T>valueOf&text=<T>valueOf\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.clone()?alt=java.lang.Enum.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.compareTo(E)?alt=java.lang.Enum.compareTo&text=compareTo\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.equals(java.lang.Object)?alt=java.lang.Enum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.finalize()?alt=java.lang.Enum.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.getDeclaringClass()?alt=java.lang.Enum.getDeclaringClass&text=getDeclaringClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.hashCode()?alt=java.lang.Enum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.name()?alt=java.lang.Enum.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.ordinal()?alt=java.lang.Enum.ordinal&text=ordinal\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.toString()?alt=java.lang.Enum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public enum **ReplicationRole**</br> extends <xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.ReplicationRole?alt=com.microsoft.azure.management.sql.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.microsoft.azure.management.sql.ReplicationRole.COPY"
fullName: "com.microsoft.azure.management.sql.ReplicationRole.COPY"
name: "COPY"
nameWithType: "ReplicationRole.COPY"
summary: "Enum value Copy."
desc: "Enum value Copy."
- uid: "com.microsoft.azure.management.sql.ReplicationRole.NON_READABLE_SECONDARY"
fullName: "com.microsoft.azure.management.sql.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.microsoft.azure.management.sql.ReplicationRole.PRIMARY"
fullName: "com.microsoft.azure.management.sql.ReplicationRole.PRIMARY"
name: "PRIMARY"
nameWithType: "ReplicationRole.PRIMARY"
summary: "Enum value Primary."
desc: "Enum value Primary."
- uid: "com.microsoft.azure.management.sql.ReplicationRole.SECONDARY"
fullName: "com.microsoft.azure.management.sql.ReplicationRole.SECONDARY"
name: "SECONDARY"
nameWithType: "ReplicationRole.SECONDARY"
summary: "Enum value Secondary."
desc: "Enum value Secondary."
- uid: "com.microsoft.azure.management.sql.ReplicationRole.SOURCE"
fullName: "com.microsoft.azure.management.sql.ReplicationRole.SOURCE"
name: "SOURCE"
nameWithType: "ReplicationRole.SOURCE"
summary: "Enum value Source."
desc: "Enum value Source."
methods:
- uid: "com.microsoft.azure.management.sql.ReplicationRole.fromString(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
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.microsoft.azure.management.sql.ReplicationRole?alt=com.microsoft.azure.management.sql.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationRole.toString()"
fullName: "com.microsoft.azure.management.sql.ReplicationRole.toString()"
name: "toString()"
nameWithType: "ReplicationRole.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationRole.valueOf(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.ReplicationRole.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "ReplicationRole.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ReplicationRole valueOf(String name)"
returns:
type: "<xref href=\"com.microsoft.azure.management.sql.ReplicationRole?alt=com.microsoft.azure.management.sql.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationRole.values()"
fullName: "com.microsoft.azure.management.sql.ReplicationRole.values()"
name: "values()"
nameWithType: "ReplicationRole.values()"
modifiers:
- "static"
syntax: "public static ReplicationRole[] values()"
returns:
type: "<xref href=\"com.microsoft.azure.management.sql.ReplicationRole?alt=com.microsoft.azure.management.sql.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Defines values for ReplicationRole."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4