VMwareToAzureMigrateResyncState Struct

Definition

Gets or sets the resync state.

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

Constructors

VMwareToAzureMigrateResyncState(String)

Initializes a new instance of VMwareToAzureMigrateResyncState.

Properties

None

None.

PreparedForResynchronization

PreparedForResynchronization.

StartedResynchronization

StartedResynchronization.

Methods

Equals(VMwareToAzureMigrateResyncState)

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(VMwareToAzureMigrateResyncState, VMwareToAzureMigrateResyncState)

Determines if two VMwareToAzureMigrateResyncState values are the same.

Implicit(String to VMwareToAzureMigrateResyncState)

Converts a string to a VMwareToAzureMigrateResyncState.

Inequality(VMwareToAzureMigrateResyncState, VMwareToAzureMigrateResyncState)

Determines if two VMwareToAzureMigrateResyncState values are not the same.

Applies to