Class SyncMemberState


  • public final class SyncMemberState
    extends com.azure.core.util.ExpandableStringEnum<SyncMemberState>
    Defines values for SyncMemberState.
    • Field Detail

      • 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_FAILED

        public static final SyncMemberState SYNC_FAILED
        Static value SyncFailed for SyncMemberState.
      • DISABLED_TOMBSTONE_CLEANUP

        public static final SyncMemberState DISABLED_TOMBSTONE_CLEANUP
        Static value DisabledTombstoneCleanup for SyncMemberState.
      • DISABLED_BACKUP_RESTORE

        public static final SyncMemberState DISABLED_BACKUP_RESTORE
        Static value DisabledBackupRestore for SyncMemberState.
      • SYNC_SUCCEEDED_WITH_WARNINGS

        public static final SyncMemberState SYNC_SUCCEEDED_WITH_WARNINGS
        Static value SyncSucceededWithWarnings for SyncMemberState.
      • SYNC_CANCELLING

        public static final SyncMemberState SYNC_CANCELLING
        Static value SyncCancelling for SyncMemberState.
      • SYNC_CANCELLED

        public static final SyncMemberState SYNC_CANCELLED
        Static value SyncCancelled for SyncMemberState.
      • UN_PROVISIONED

        public static final SyncMemberState UN_PROVISIONED
        Static value UnProvisioned for SyncMemberState.
      • PROVISIONING

        public static final SyncMemberState PROVISIONING
        Static value Provisioning for SyncMemberState.
      • PROVISIONED

        public static final SyncMemberState PROVISIONED
        Static value Provisioned for SyncMemberState.
      • PROVISION_FAILED

        public static final SyncMemberState PROVISION_FAILED
        Static value ProvisionFailed for SyncMemberState.
      • DE_PROVISIONING

        public static final SyncMemberState DE_PROVISIONING
        Static value DeProvisioning for SyncMemberState.
      • DE_PROVISIONED

        public static final SyncMemberState DE_PROVISIONED
        Static value DeProvisioned for SyncMemberState.
      • DE_PROVISION_FAILED

        public static final SyncMemberState DE_PROVISION_FAILED
        Static value DeProvisionFailed 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.
      • UN_REPROVISIONED

        public static final SyncMemberState UN_REPROVISIONED
        Static value UnReprovisioned for SyncMemberState.
    • Constructor Detail

      • SyncMemberState

        public SyncMemberState()
    • Method Detail

      • 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.