ReplicationRole Enum

  • java.lang.Object
    • java.lang.Enum<ReplicationRole>
      • com.microsoft.azure.management.sql.ReplicationRole

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
the serialized value to parse.

Returns

the parsed ReplicationRole object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to