A2AReplicationIntentDetails 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.
A2A provider specific settings.
public class A2AReplicationIntentDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReplicationProtectionIntentProviderSpecificSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AReplicationIntentDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AReplicationIntentDetails>
type A2AReplicationIntentDetails = class
inherit ReplicationProtectionIntentProviderSpecificSettings
interface IJsonModel<A2AReplicationIntentDetails>
interface IPersistableModel<A2AReplicationIntentDetails>
Public Class A2AReplicationIntentDetails
Inherits ReplicationProtectionIntentProviderSpecificSettings
Implements IJsonModel(Of A2AReplicationIntentDetails), IPersistableModel(Of A2AReplicationIntentDetails)
- Inheritance
- Implements
Properties
AgentAutoUpdateStatus |
A value indicating whether the auto update is enabled. |
AutomationAccountArmId |
The automation account arm id. |
AutomationAccountAuthenticationType |
A value indicating the type authentication to use for automation Account. |
AutoProtectionOfDataDisk |
A value indicating whether the auto protection is enabled. |
DiskEncryptionInfo |
The recovery disk encryption information (for two pass flows). |
FabricObjectId |
The fabric specific object Id of the virtual machine. |
MultiVmGroupId |
The multi vm group id. |
MultiVmGroupName |
The multi vm group name. |
PrimaryLocation |
The primary location for the virtual machine. |
PrimaryStagingStorageAccount |
The primary staging storage account details. Please note StorageAccountCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingStorageAccount. |
ProtectionProfile |
The protection profile custom details. Please note ProtectionProfileCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingProtectionProfile and NewProtectionProfile. |
RecoveryAvailabilitySet |
The recovery availability set details. Please note RecoveryAvailabilitySetCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingRecoveryAvailabilitySet. |
RecoveryAvailabilityType |
The recovery availability type of the virtual machine. |
RecoveryAvailabilityZone |
The recovery availability zone. |
RecoveryBootDiagStorageAccount |
The boot diagnostic storage account. Please note StorageAccountCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingStorageAccount. |
RecoveryLocation |
The recovery location for the virtual machine. |
RecoveryProximityPlacementGroup |
The recovery proximity placement group custom details. Please note RecoveryProximityPlacementGroupCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingRecoveryProximityPlacementGroup. |
RecoveryResourceGroupId |
The recovery resource group id. |
RecoverySubscriptionId |
The recovery subscription Id of the virtual machine. |
RecoveryVirtualNetwork |
The recovery virtual network details. Please note RecoveryVirtualNetworkCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingRecoveryVirtualNetwork and NewRecoveryVirtualNetwork. |
VmDisks |
The list of vm disk details. |
VmManagedDisks |
The list of vm managed disk details. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET