MigrationItemOperation 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 MigrationItemOperation.
public readonly struct MigrationItemOperation : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MigrationItemOperation>
type MigrationItemOperation = struct
Public Structure MigrationItemOperation
Implements IEquatable(Of MigrationItemOperation)
- Inheritance
-
MigrationItemOperation
- Implements
Constructors
MigrationItemOperation(String) |
Initializes a new instance of MigrationItemOperation. |
Properties
DisableMigration |
DisableMigration. |
Migrate |
Migrate. |
PauseReplication |
PauseReplication. |
ResumeReplication |
ResumeReplication. |
StartResync |
StartResync. |
TestMigrate |
TestMigrate. |
TestMigrateCleanup |
TestMigrateCleanup. |
Methods
Equals(MigrationItemOperation) |
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(MigrationItemOperation, MigrationItemOperation) |
Determines if two MigrationItemOperation values are the same. |
Implicit(String to MigrationItemOperation) |
Converts a string to a MigrationItemOperation. |
Inequality(MigrationItemOperation, MigrationItemOperation) |
Determines if two MigrationItemOperation values are not the same. |
Applies to
Azure SDK for .NET