Share via


ResynchronizationState type

Gets or sets the resynchronization state.
KnownResynchronizationState can be used interchangeably with ResynchronizationState, this enum contains the known values that the service supports.

Known values supported by the service

None: Resynchronization is not active.
ResynchronizationInitiated: Resynchronization has been initiated.
ResynchronizationCompleted: Resynchronization has been completed successfully.
ResynchronizationFailed: Resynchronization has failed and would need to be started again.

type ResynchronizationState = string