ReplicationProtectedItemOperation 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 ReplicationProtectedItemOperation.
public readonly struct ReplicationProtectedItemOperation : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReplicationProtectedItemOperation>
type ReplicationProtectedItemOperation = struct
Public Structure ReplicationProtectedItemOperation
Implements IEquatable(Of ReplicationProtectedItemOperation)
- Inheritance
-
ReplicationProtectedItemOperation
- Implements
Constructors
ReplicationProtectedItemOperation(String) |
Initializes a new instance of ReplicationProtectedItemOperation. |
Properties
CancelFailover |
CancelFailover. |
ChangePit |
ChangePit. |
Commit |
Commit. |
CompleteMigration |
CompleteMigration. |
DisableProtection |
DisableProtection. |
Failback |
Failback. |
FinalizeFailback |
FinalizeFailback. |
PlannedFailover |
PlannedFailover. |
RepairReplication |
RepairReplication. |
ReverseReplicate |
ReverseReplicate. |
SwitchProtection |
SwitchProtection. |
TestFailover |
TestFailover. |
TestFailoverCleanup |
TestFailoverCleanup. |
UnplannedFailover |
UnplannedFailover. |
Methods
Equals(ReplicationProtectedItemOperation) |
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(ReplicationProtectedItemOperation, ReplicationProtectedItemOperation) |
Determines if two ReplicationProtectedItemOperation values are the same. |
Implicit(String to ReplicationProtectedItemOperation) |
Converts a string to a ReplicationProtectedItemOperation. |
Inequality(ReplicationProtectedItemOperation, ReplicationProtectedItemOperation) |
Determines if two ReplicationProtectedItemOperation values are not the same. |
Applies to
Azure SDK for .NET