A2AUpdateReplicationProtectedItemInput 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
A2AUpdateReplicationProtectedItemInput() |
Initializes a new instance of the A2AUpdateReplicationProtectedItemInput class. |
A2AUpdateReplicationProtectedItemInput(String, String, IList<A2AVmManagedDiskUpdateDetails>, String, DiskEncryptionInfo, String, String, String, String) |
Initializes a new instance of the A2AUpdateReplicationProtectedItemInput class. |
A2AUpdateReplicationProtectedItemInput()
Initializes a new instance of the A2AUpdateReplicationProtectedItemInput class.
public A2AUpdateReplicationProtectedItemInput ();
Public Sub New ()
Applies to
A2AUpdateReplicationProtectedItemInput(String, String, IList<A2AVmManagedDiskUpdateDetails>, String, DiskEncryptionInfo, String, String, String, String)
Initializes a new instance of the A2AUpdateReplicationProtectedItemInput class.
public A2AUpdateReplicationProtectedItemInput (string recoveryCloudServiceId = default, string recoveryResourceGroupId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AVmManagedDiskUpdateDetails> managedDiskUpdateDetails = default, string recoveryBootDiagStorageAccountId = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskEncryptionInfo diskEncryptionInfo = default, string tfoAzureVMName = default, string recoveryProximityPlacementGroupId = default, string recoveryVirtualMachineScaleSetId = default, string recoveryCapacityReservationGroupId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AUpdateReplicationProtectedItemInput : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AVmManagedDiskUpdateDetails> * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskEncryptionInfo * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AUpdateReplicationProtectedItemInput
Public Sub New (Optional recoveryCloudServiceId As String = Nothing, Optional recoveryResourceGroupId As String = Nothing, Optional managedDiskUpdateDetails As IList(Of A2AVmManagedDiskUpdateDetails) = Nothing, Optional recoveryBootDiagStorageAccountId As String = Nothing, Optional diskEncryptionInfo As DiskEncryptionInfo = Nothing, Optional tfoAzureVMName As String = Nothing, Optional recoveryProximityPlacementGroupId As String = Nothing, Optional recoveryVirtualMachineScaleSetId As String = Nothing, Optional recoveryCapacityReservationGroupId As String = Nothing)
Parameters
- recoveryCloudServiceId
- String
The target cloud service ARM Id (for V1).
- recoveryResourceGroupId
- String
The target resource group ARM Id (for V2).
- managedDiskUpdateDetails
- IList<A2AVmManagedDiskUpdateDetails>
Managed disk update details.
- recoveryBootDiagStorageAccountId
- String
The boot diagnostic storage account.
- diskEncryptionInfo
- DiskEncryptionInfo
The recovery os disk encryption information.
- tfoAzureVMName
- String
The user given name for Test Failover VM.
- recoveryProximityPlacementGroupId
- String
The recovery proximity placement group Id.
- recoveryVirtualMachineScaleSetId
- String
The recovery virtual machine scale set Id.
- recoveryCapacityReservationGroupId
- String
The recovery capacity reservation group Id.