A2AReplicationIntentDetails interface
A2A provider specific settings.
- Extends
Properties
agent |
A value indicating whether the auto update is enabled. |
automation |
The automation account arm id. |
automation |
A value indicating the type authentication to use for automation Account. |
auto |
A value indicating whether the auto protection is enabled. |
disk |
The recovery disk encryption information (for two pass flows). |
fabric |
The fabric specific object Id of the virtual machine. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
multi |
The multi vm group id. |
multi |
The multi vm group name. |
primary |
The primary location for the virtual machine. |
primary |
The primary staging storage account details. |
protection |
The protection profile custom details. |
recovery |
The recovery availability set details. |
recovery |
The recovery availability type of the virtual machine. |
recovery |
The recovery availability zone. |
recovery |
The boot diagnostic storage account. |
recovery |
The recovery location for the virtual machine. |
recovery |
The recovery proximity placement group custom details. |
recovery |
The recovery resource group id. |
recovery |
The recovery subscription Id of the virtual machine. |
recovery |
The recovery virtual network details. |
vm |
The list of vm disk details. |
vm |
The list of vm managed disk details. |
Property Details
agentAutoUpdateStatus
A value indicating whether the auto update is enabled.
agentAutoUpdateStatus?: string
Property Value
string
automationAccountArmId
The automation account arm id.
automationAccountArmId?: string
Property Value
string
automationAccountAuthenticationType
A value indicating the type authentication to use for automation Account.
automationAccountAuthenticationType?: string
Property Value
string
autoProtectionOfDataDisk
A value indicating whether the auto protection is enabled.
autoProtectionOfDataDisk?: string
Property Value
string
diskEncryptionInfo
The recovery disk encryption information (for two pass flows).
diskEncryptionInfo?: DiskEncryptionInfo
Property Value
fabricObjectId
The fabric specific object Id of the virtual machine.
fabricObjectId?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "A2A"
Property Value
"A2A"
multiVmGroupId
The multi vm group id.
multiVmGroupId?: string
Property Value
string
multiVmGroupName
The multi vm group name.
multiVmGroupName?: string
Property Value
string
primaryLocation
The primary location for the virtual machine.
primaryLocation?: string
Property Value
string
primaryStagingStorageAccount
The primary staging storage account details.
primaryStagingStorageAccount?: StorageAccountCustomDetailsUnion
Property Value
protectionProfile
The protection profile custom details.
protectionProfile?: ProtectionProfileCustomDetailsUnion
Property Value
recoveryAvailabilitySet
The recovery availability set details.
recoveryAvailabilitySet?: RecoveryAvailabilitySetCustomDetailsUnion
Property Value
recoveryAvailabilityType
The recovery availability type of the virtual machine.
recoveryAvailabilityType: string
Property Value
string
recoveryAvailabilityZone
The recovery availability zone.
recoveryAvailabilityZone?: string
Property Value
string
recoveryBootDiagStorageAccount
The boot diagnostic storage account.
recoveryBootDiagStorageAccount?: StorageAccountCustomDetailsUnion
Property Value
recoveryLocation
The recovery location for the virtual machine.
recoveryLocation?: string
Property Value
string
recoveryProximityPlacementGroup
The recovery proximity placement group custom details.
recoveryProximityPlacementGroup?: RecoveryProximityPlacementGroupCustomDetailsUnion
Property Value
recoveryResourceGroupId
The recovery resource group id.
recoveryResourceGroupId?: string
Property Value
string
recoverySubscriptionId
The recovery subscription Id of the virtual machine.
recoverySubscriptionId?: string
Property Value
string
recoveryVirtualNetwork
The recovery virtual network details.
recoveryVirtualNetwork?: RecoveryVirtualNetworkCustomDetailsUnion
Property Value
vmDisks
The list of vm disk details.
vmDisks?: A2AProtectionIntentDiskInputDetails[]
Property Value
vmManagedDisks
The list of vm managed disk details.
vmManagedDisks?: A2AProtectionIntentManagedDiskInputDetails[]