Share via


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

SiteRecoveryResyncState(String)

Initializes a new instance of SiteRecoveryResyncState.

Properties

None

None.

PreparedForResynchronization

PreparedForResynchronization.

StartedResynchronization

StartedResynchronization.

Methods

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

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