SiteRecoveryResyncState Struct

Definition

The resync state.

public readonly struct SiteRecoveryResyncState : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryResyncState>
type SiteRecoveryResyncState = struct
Public Structure SiteRecoveryResyncState
Implements IEquatable(Of SiteRecoveryResyncState)
Inheritance
SiteRecoveryResyncState
Implements

Constructors

Name Description
SiteRecoveryResyncState(String)

Initializes a new instance of SiteRecoveryResyncState.

Properties

Name Description
None

None.

PreparedForResynchronization

PreparedForResynchronization.

StartedResynchronization

StartedResynchronization.

Methods

Name Description
Equals(SiteRecoveryResyncState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(SiteRecoveryResyncState, SiteRecoveryResyncState)

Determines if two SiteRecoveryResyncState values are the same.

Implicit(String to SiteRecoveryResyncState)

Converts a String to a SiteRecoveryResyncState.

Inequality(SiteRecoveryResyncState, SiteRecoveryResyncState)

Determines if two SiteRecoveryResyncState values are not the same.

Applies to