Condividi tramite


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

Name Description
VMwareToAzureMigrateResyncState(String)

Initializes a new instance of VMwareToAzureMigrateResyncState.

Properties

Name Description
None

None state.

PreparedForResynchronization

Prepared for resynchronization state.

StartedResynchronization

Started resynchronization state.

Methods

Name Description
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

Name Description
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