次の方法で共有


A2AReplicationIntentDetails Class

Definition

A2A provider specific settings.

[Newtonsoft.Json.JsonObject("A2A")]
public class A2AReplicationIntentDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectionIntentProviderSpecificSettings
[<Newtonsoft.Json.JsonObject("A2A")>]
type A2AReplicationIntentDetails = class
    inherit ReplicationProtectionIntentProviderSpecificSettings
Public Class A2AReplicationIntentDetails
Inherits ReplicationProtectionIntentProviderSpecificSettings
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

A2AReplicationIntentDetails()

Initializes a new instance of the A2AReplicationIntentDetails class.

A2AReplicationIntentDetails(String, String, String, String, String, IList<A2AProtectionIntentDiskInputDetails>, IList<A2AProtectionIntentManagedDiskInputDetails>, String, ProtectionProfileCustomDetails, StorageAccountCustomDetails, RecoveryAvailabilitySetCustomDetails, RecoveryVirtualNetworkCustomDetails, RecoveryProximityPlacementGroupCustomDetails, String, String, String, StorageAccountCustomDetails, DiskEncryptionInfo, String, String, String, String)

Initializes a new instance of the A2AReplicationIntentDetails class.

Properties

AgentAutoUpdateStatus

Gets or sets a value indicating whether the auto update is enabled. Possible values include: 'Disabled', 'Enabled'

AutomationAccountArmId

Gets or sets the automation account arm id.

AutomationAccountAuthenticationType

Gets or sets a value indicating the type authentication to use for automation Account. Possible values include: 'RunAsAccount', 'SystemAssignedIdentity'

AutoProtectionOfDataDisk

Gets or sets a value indicating whether the auto protection is enabled. Possible values include: 'Disabled', 'Enabled'

DiskEncryptionInfo

Gets or sets the recovery disk encryption information (for two pass flows).

FabricObjectId

Gets or sets the fabric specific object Id of the virtual machine.

MultiVMGroupId

Gets or sets the multi vm group id.

MultiVMGroupName

Gets or sets the multi vm group name.

PrimaryLocation

Gets or sets the primary location for the virtual machine.

PrimaryStagingStorageAccount

Gets or sets the primary staging storage account details.

ProtectionProfile

Gets or sets the protection profile custom details.

RecoveryAvailabilitySet

Gets or sets the recovery availability set details.

RecoveryAvailabilityType

Gets or sets the recovery availability type of the virtual machine.

RecoveryAvailabilityZone

Gets or sets the recovery availability zone.

RecoveryBootDiagStorageAccount

Gets or sets the boot diagnostic storage account.

RecoveryLocation

Gets or sets the recovery location for the virtual machine.

RecoveryProximityPlacementGroup

Gets or sets the recovery proximity placement group custom details.

RecoveryResourceGroupId

Gets or sets the recovery resource group id.

RecoverySubscriptionId

Gets or sets the recovery subscription Id of the virtual machine.

RecoveryVirtualNetwork

Gets or sets the recovery virtual network details.

VMDisks

Gets or sets the list of vm disk details.

VMManagedDisks

Gets or sets the list of vm managed disk details.

Methods

Validate()

Validate the object.

Applies to