SyncMemberState Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<SyncMemberState> - com.
microsoft. azure. management. sql. SyncMemberState
- com.
- com.
public class SyncMemberState
Defines values for SyncMemberState.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Sync |
DE_PROVISION_FAILED
Static value DeProvisionFailed for SyncMemberState. |
final Sync |
DE_PROVISIONED
Static value DeProvisioned for SyncMemberState. |
final Sync |
DE_PROVISIONING
Static value DeProvisioning for SyncMemberState. |
final Sync |
DISABLED_BACKUP_RESTORE
Static value DisabledBackupRestore for SyncMemberState. |
final Sync |
DISABLED_TOMBSTONE_CLEANUP
Static value DisabledTombstoneCleanup for SyncMemberState. |
final Sync |
PROVISION_FAILED
Static value ProvisionFailed for SyncMemberState. |
final Sync |
PROVISIONED
Static value Provisioned for SyncMemberState. |
final Sync |
PROVISIONING
Static value Provisioning for SyncMemberState. |
final Sync |
REPROVISION_FAILED
Static value ReprovisionFailed for SyncMemberState. |
final Sync |
REPROVISIONING
Static value Reprovisioning for SyncMemberState. |
final Sync |
SYNC_CANCELLED
Static value SyncCancelled for SyncMemberState. |
final Sync |
SYNC_CANCELLING
Static value SyncCancelling for SyncMemberState. |
final Sync |
SYNC_FAILED
Static value SyncFailed for SyncMemberState. |
final Sync |
SYNC_IN_PROGRESS
Static value SyncInProgress for SyncMemberState. |
final Sync |
SYNC_SUCCEEDED
Static value SyncSucceeded for SyncMemberState. |
final Sync |
SYNC_SUCCEEDED_WITH_WARNINGS
Static value SyncSucceededWithWarnings for SyncMemberState. |
final Sync |
UN_PROVISIONED
Static value UnProvisioned for SyncMemberState. |
final Sync |
UN_REPROVISIONED
Static value UnReprovisioned for SyncMemberState. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Sync |
fromString(String name)
Creates or finds a SyncMemberState from its string representation. |
Collection<Sync |
values() |
Field Details
DE_PROVISION_FAILED
public static final SyncMemberState DE_PROVISION_FAILED= fromString("DeProvisionFailed")
Static value DeProvisionFailed for SyncMemberState.
DE_PROVISIONED
public static final SyncMemberState DE_PROVISIONED= fromString("DeProvisioned")
Static value DeProvisioned for SyncMemberState.
DE_PROVISIONING
public static final SyncMemberState DE_PROVISIONING= fromString("DeProvisioning")
Static value DeProvisioning for SyncMemberState.
DISABLED_BACKUP_RESTORE
public static final SyncMemberState DISABLED_BACKUP_RESTORE= fromString("DisabledBackupRestore")
Static value DisabledBackupRestore for SyncMemberState.
DISABLED_TOMBSTONE_CLEANUP
public static final SyncMemberState DISABLED_TOMBSTONE_CLEANUP= fromString("DisabledTombstoneCleanup")
Static value DisabledTombstoneCleanup for SyncMemberState.
PROVISION_FAILED
public static final SyncMemberState PROVISION_FAILED= fromString("ProvisionFailed")
Static value ProvisionFailed for SyncMemberState.
PROVISIONED
public static final SyncMemberState PROVISIONED= fromString("Provisioned")
Static value Provisioned for SyncMemberState.
PROVISIONING
public static final SyncMemberState PROVISIONING= fromString("Provisioning")
Static value Provisioning for SyncMemberState.
REPROVISION_FAILED
public static final SyncMemberState REPROVISION_FAILED= fromString("ReprovisionFailed")
Static value ReprovisionFailed for SyncMemberState.
REPROVISIONING
public static final SyncMemberState REPROVISIONING= fromString("Reprovisioning")
Static value Reprovisioning for SyncMemberState.
SYNC_CANCELLED
public static final SyncMemberState SYNC_CANCELLED= fromString("SyncCancelled")
Static value SyncCancelled for SyncMemberState.
SYNC_CANCELLING
public static final SyncMemberState SYNC_CANCELLING= fromString("SyncCancelling")
Static value SyncCancelling for SyncMemberState.
SYNC_FAILED
public static final SyncMemberState SYNC_FAILED= fromString("SyncFailed")
Static value SyncFailed for SyncMemberState.
SYNC_IN_PROGRESS
public static final SyncMemberState SYNC_IN_PROGRESS= fromString("SyncInProgress")
Static value SyncInProgress for SyncMemberState.
SYNC_SUCCEEDED
public static final SyncMemberState SYNC_SUCCEEDED= fromString("SyncSucceeded")
Static value SyncSucceeded for SyncMemberState.
SYNC_SUCCEEDED_WITH_WARNINGS
public static final SyncMemberState SYNC_SUCCEEDED_WITH_WARNINGS= fromString("SyncSucceededWithWarnings")
Static value SyncSucceededWithWarnings for SyncMemberState.
UN_PROVISIONED
public static final SyncMemberState UN_PROVISIONED= fromString("UnProvisioned")
Static value UnProvisioned for SyncMemberState.
UN_REPROVISIONED
public static final SyncMemberState UN_REPROVISIONED= fromString("UnReprovisioned")
Static value UnReprovisioned for SyncMemberState.
Method Details
fromString
public static SyncMemberState fromString(String name)
Creates or finds a SyncMemberState from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java