A2AReprotectInput Constructors
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.
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.