Share via


A2AReprotectInput Constructors

Definition

Overloads

A2AReprotectInput()

Initializes a new instance of the A2AReprotectInput class.

A2AReprotectInput(String, IList<A2AVmDiskInputDetails>, String, String, String, String)

Initializes a new instance of the A2AReprotectInput class.

A2AReprotectInput()

Initializes a new instance of the A2AReprotectInput class.

public A2AReprotectInput ();
Public Sub New ()

Applies to

A2AReprotectInput(String, IList<A2AVmDiskInputDetails>, String, String, String, String)

Initializes a new instance of the A2AReprotectInput class.

public A2AReprotectInput (string recoveryContainerId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AVmDiskInputDetails> vmDisks = default, string recoveryResourceGroupId = default, string recoveryCloudServiceId = default, string recoveryAvailabilitySetId = default, string policyId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AReprotectInput : string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AVmDiskInputDetails> * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AReprotectInput
Public Sub New (Optional recoveryContainerId As String = Nothing, Optional vmDisks As IList(Of A2AVmDiskInputDetails) = Nothing, Optional recoveryResourceGroupId As String = Nothing, Optional recoveryCloudServiceId As String = Nothing, Optional recoveryAvailabilitySetId As String = Nothing, Optional policyId As String = Nothing)

Parameters

recoveryContainerId
String

The recovery container Id.

vmDisks
IList<A2AVmDiskInputDetails>

The list of vm disk details.

recoveryResourceGroupId
String

The recovery resource group Id. Valid for V2 scenarios.

recoveryCloudServiceId
String

The recovery cloud service Id. Valid for V1 scenarios.

recoveryAvailabilitySetId
String

The recovery availability set.

policyId
String

The Policy Id.

Applies to