Share via


A2ACrossClusterMigrationReplicationDetails Constructors

Definition

Overloads

A2ACrossClusterMigrationReplicationDetails()

Initializes a new instance of the A2ACrossClusterMigrationReplicationDetails class.

A2ACrossClusterMigrationReplicationDetails(String, String, String, String, String, String)

Initializes a new instance of the A2ACrossClusterMigrationReplicationDetails class.

A2ACrossClusterMigrationReplicationDetails()

Initializes a new instance of the A2ACrossClusterMigrationReplicationDetails class.

public A2ACrossClusterMigrationReplicationDetails ();
Public Sub New ()

Applies to

A2ACrossClusterMigrationReplicationDetails(String, String, String, String, String, String)

Initializes a new instance of the A2ACrossClusterMigrationReplicationDetails class.

public A2ACrossClusterMigrationReplicationDetails (string fabricObjectId = default, string primaryFabricLocation = default, string osType = default, string vmProtectionState = default, string vmProtectionStateDescription = default, string lifecycleId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2ACrossClusterMigrationReplicationDetails : string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2ACrossClusterMigrationReplicationDetails
Public Sub New (Optional fabricObjectId As String = Nothing, Optional primaryFabricLocation As String = Nothing, Optional osType As String = Nothing, Optional vmProtectionState As String = Nothing, Optional vmProtectionStateDescription As String = Nothing, Optional lifecycleId As String = Nothing)

Parameters

fabricObjectId
String

The fabric specific object Id of the virtual machine.

primaryFabricLocation
String

Primary fabric location.

osType
String

The type of operating system.

vmProtectionState
String

The protection state for the vm.

vmProtectionStateDescription
String

The protection state description for the vm.

lifecycleId
String

An id associated with the PE that survives actions like switch protection which change the backing PE/CPE objects internally.The lifecycle id gets carried forward to have a link/continuity in being able to have an Id that denotes the "same" protected item even though other internal Ids/ARM Id might be changing.

Applies to