SyncMemberState Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.sql.SyncMemberState

public final class SyncMemberState
extends com.microsoft.rest.ExpandableStringEnum<SyncMemberState>

Defines values for SyncMemberState.

Field Summary

Modifier and Type Field and Description
static final SyncMemberState DE_PROVISIONED

Static value DeProvisioned for SyncMemberState.

static final SyncMemberState DE_PROVISIONING

Static value DeProvisioning for SyncMemberState.

static final SyncMemberState DE_PROVISION_FAILED

Static value DeProvisionFailed for SyncMemberState.

static final SyncMemberState DISABLED_BACKUP_RESTORE

Static value DisabledBackupRestore for SyncMemberState.

static final SyncMemberState DISABLED_TOMBSTONE_CLEANUP

Static value DisabledTombstoneCleanup for SyncMemberState.

static final SyncMemberState PROVISIONED

Static value Provisioned for SyncMemberState.

static final SyncMemberState PROVISIONING

Static value Provisioning for SyncMemberState.

static final SyncMemberState PROVISION_FAILED

Static value ProvisionFailed for SyncMemberState.

static final SyncMemberState REPROVISIONING

Static value Reprovisioning for SyncMemberState.

static final SyncMemberState REPROVISION_FAILED

Static value ReprovisionFailed for SyncMemberState.

static final SyncMemberState SYNC_CANCELLED

Static value SyncCancelled for SyncMemberState.

static final SyncMemberState SYNC_CANCELLING

Static value SyncCancelling for SyncMemberState.

static final SyncMemberState SYNC_FAILED

Static value SyncFailed for SyncMemberState.

static final SyncMemberState SYNC_IN_PROGRESS

Static value SyncInProgress for SyncMemberState.

static final SyncMemberState SYNC_SUCCEEDED

Static value SyncSucceeded for SyncMemberState.

static final SyncMemberState SYNC_SUCCEEDED_WITH_WARNINGS

Static value SyncSucceededWithWarnings for SyncMemberState.

static final SyncMemberState UN_PROVISIONED

Static value UnProvisioned for SyncMemberState.

static final SyncMemberState UN_REPROVISIONED

Static value UnReprovisioned for SyncMemberState.

Constructor Summary

Constructor Description
SyncMemberState()

Method Summary

Modifier and Type Method and Description
static SyncMemberState fromString(String name)

Creates or finds a SyncMemberState from its string representation.

static java.util.Collection<SyncMemberState> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

DE_PROVISIONED

public static final SyncMemberState DE_PROVISIONED

Static value DeProvisioned for SyncMemberState.

DE_PROVISIONING

public static final SyncMemberState DE_PROVISIONING

Static value DeProvisioning for SyncMemberState.

DE_PROVISION_FAILED

public static final SyncMemberState DE_PROVISION_FAILED

Static value DeProvisionFailed for SyncMemberState.

DISABLED_BACKUP_RESTORE

public static final SyncMemberState DISABLED_BACKUP_RESTORE

Static value DisabledBackupRestore for SyncMemberState.

DISABLED_TOMBSTONE_CLEANUP

public static final SyncMemberState DISABLED_TOMBSTONE_CLEANUP

Static value DisabledTombstoneCleanup for SyncMemberState.

PROVISIONED

public static final SyncMemberState PROVISIONED

Static value Provisioned for SyncMemberState.

PROVISIONING

public static final SyncMemberState PROVISIONING

Static value Provisioning for SyncMemberState.

PROVISION_FAILED

public static final SyncMemberState PROVISION_FAILED

Static value ProvisionFailed for SyncMemberState.

REPROVISIONING

public static final SyncMemberState REPROVISIONING

Static value Reprovisioning for SyncMemberState.

REPROVISION_FAILED

public static final SyncMemberState REPROVISION_FAILED

Static value ReprovisionFailed for SyncMemberState.

SYNC_CANCELLED

public static final SyncMemberState SYNC_CANCELLED

Static value SyncCancelled for SyncMemberState.

SYNC_CANCELLING

public static final SyncMemberState SYNC_CANCELLING

Static value SyncCancelling for SyncMemberState.

SYNC_FAILED

public static final SyncMemberState SYNC_FAILED

Static value SyncFailed for SyncMemberState.

SYNC_IN_PROGRESS

public static final SyncMemberState SYNC_IN_PROGRESS

Static value SyncInProgress for SyncMemberState.

SYNC_SUCCEEDED

public static final SyncMemberState SYNC_SUCCEEDED

Static value SyncSucceeded for SyncMemberState.

SYNC_SUCCEEDED_WITH_WARNINGS

public static final SyncMemberState SYNC_SUCCEEDED_WITH_WARNINGS

Static value SyncSucceededWithWarnings for SyncMemberState.

UN_PROVISIONED

public static final SyncMemberState UN_PROVISIONED

Static value UnProvisioned for SyncMemberState.

UN_REPROVISIONED

public static final SyncMemberState UN_REPROVISIONED

Static value UnReprovisioned for SyncMemberState.

Constructor Details

SyncMemberState

public SyncMemberState()

Method Details

fromString

public static SyncMemberState fromString(String name)

Creates or finds a SyncMemberState from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding SyncMemberState

values

public static Collection values()

Returns:

known SyncMemberState values

Applies to