SyncMemberState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. SyncMemberState
- com.
- com.
public final class SyncMemberState
extends ExpandableStringEnum<SyncMemberState>
Sync state of the sync member.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Sync |
DE_PROVISIONED
Static value De |
static final
Sync |
DE_PROVISIONING
Static value De |
static final
Sync |
DE_PROVISION_FAILED
Static value De |
static final
Sync |
DISABLED_BACKUP_RESTORE
Static value Disabled |
static final
Sync |
DISABLED_TOMBSTONE_CLEANUP
Static value Disabled |
static final
Sync |
PROVISIONED
Static value Provisioned for Sync |
static final
Sync |
PROVISIONING
Static value Provisioning for Sync |
static final
Sync |
PROVISION_FAILED
Static value Provision |
static final
Sync |
REPROVISIONING
Static value Reprovisioning for Sync |
static final
Sync |
REPROVISION_FAILED
Static value Reprovision |
static final
Sync |
SYNC_CANCELLED
Static value Sync |
static final
Sync |
SYNC_CANCELLING
Static value Sync |
static final
Sync |
SYNC_FAILED
Static value Sync |
static final
Sync |
SYNC_IN_PROGRESS
Static value Sync |
static final
Sync |
SYNC_SUCCEEDED
Static value Sync |
static final
Sync |
SYNC_SUCCEEDED_WITH_WARNINGS
Static value Sync |
static final
Sync |
UN_PROVISIONED
Static value Un |
static final
Sync |
UN_REPROVISIONED
Static value Un |
Constructor Summary
Constructor | Description |
---|---|
SyncMemberState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sync |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Sync |
fromString(String name)
Creates or finds a Sync |
static
Collection<Sync |
values()
Gets known Sync |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
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
@Deprecated
public SyncMemberState()
Deprecated
Creates a new instance of SyncMemberState value.
Method Details
fromString
public static SyncMemberState fromString(String name)
Creates or finds a SyncMemberState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SyncMemberState values.
Returns:
Applies to
Azure SDK for Java