A2AUpdateReplicationProtectedItemInput Class
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.
InMage Azure V2 input to update replication protected item.
[Newtonsoft.Json.JsonObject("A2A")]
public class A2AUpdateReplicationProtectedItemInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateReplicationProtectedItemProviderInput
[<Newtonsoft.Json.JsonObject("A2A")>]
type A2AUpdateReplicationProtectedItemInput = class
inherit UpdateReplicationProtectedItemProviderInput
Public Class A2AUpdateReplicationProtectedItemInput
Inherits UpdateReplicationProtectedItemProviderInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
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. |
Properties
DiskEncryptionInfo |
Gets or sets the recovery os disk encryption information. |
ManagedDiskUpdateDetails |
Gets or sets managed disk update details. |
RecoveryBootDiagStorageAccountId |
Gets or sets the boot diagnostic storage account. |
RecoveryCapacityReservationGroupId |
Gets or sets the recovery capacity reservation group Id. |
RecoveryCloudServiceId |
Gets or sets the target cloud service ARM Id (for V1). |
RecoveryProximityPlacementGroupId |
Gets or sets the recovery proximity placement group Id. |
RecoveryResourceGroupId |
Gets or sets the target resource group ARM Id (for V2). |
RecoveryVirtualMachineScaleSetId |
Gets or sets the recovery virtual machine scale set Id. |
TfoAzureVMName |
Gets or sets the user given name for Test Failover VM. |