SiteRecoveryResyncState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET