91 строка
4.4 KiB
YAML
91 строка
4.4 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.microsoft.azure.management.redis.ReplicationRole"
|
|
fullName: "com.microsoft.azure.management.redis.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\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)"
|
|
- "java.lang.Enum.clone()"
|
|
- "java.lang.Enum.compareTo(E)"
|
|
- "java.lang.Enum.equals(java.lang.Object)"
|
|
- "java.lang.Enum.finalize()"
|
|
- "java.lang.Enum.getDeclaringClass()"
|
|
- "java.lang.Enum.hashCode()"
|
|
- "java.lang.Enum.name()"
|
|
- "java.lang.Enum.ordinal()"
|
|
- "java.lang.Enum.toString()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public enum ReplicationRole extends Enum<ReplicationRole>"
|
|
fields:
|
|
- uid: "com.microsoft.azure.management.redis.ReplicationRole.PRIMARY"
|
|
fullName: "com.microsoft.azure.management.redis.ReplicationRole.PRIMARY"
|
|
name: "PRIMARY"
|
|
nameWithType: "ReplicationRole.PRIMARY"
|
|
summary: "Enum value Primary."
|
|
desc: "Enum value Primary."
|
|
- uid: "com.microsoft.azure.management.redis.ReplicationRole.SECONDARY"
|
|
fullName: "com.microsoft.azure.management.redis.ReplicationRole.SECONDARY"
|
|
name: "SECONDARY"
|
|
nameWithType: "ReplicationRole.SECONDARY"
|
|
summary: "Enum value Secondary."
|
|
desc: "Enum value Secondary."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.redis.ReplicationRole.fromString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.redis.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.redis.ReplicationRole?alt=com.microsoft.azure.management.redis.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.ReplicationRole.toString()"
|
|
fullName: "com.microsoft.azure.management.redis.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.redis.ReplicationRole.valueOf(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.redis.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.redis.ReplicationRole?alt=com.microsoft.azure.management.redis.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.ReplicationRole.values()"
|
|
fullName: "com.microsoft.azure.management.redis.ReplicationRole.values()"
|
|
name: "values()"
|
|
nameWithType: "ReplicationRole.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static ReplicationRole[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.ReplicationRole?alt=com.microsoft.azure.management.redis.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines values for ReplicationRole."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.redis"
|
|
artifact: com.microsoft.azure:azure-mgmt-redis:1.41.4
|