Compartilhar via


A2AVmManagedDiskInputDetails Constructors

Definition

Overloads

A2AVmManagedDiskInputDetails()

Initializes a new instance of the A2AVmManagedDiskInputDetails class.

A2AVmManagedDiskInputDetails(String, String, String, String, String, String, DiskEncryptionInfo)

Initializes a new instance of the A2AVmManagedDiskInputDetails class.

A2AVmManagedDiskInputDetails()

Initializes a new instance of the A2AVmManagedDiskInputDetails class.

public A2AVmManagedDiskInputDetails ();
Public Sub New ()

Applies to

A2AVmManagedDiskInputDetails(String, String, String, String, String, String, DiskEncryptionInfo)

Initializes a new instance of the A2AVmManagedDiskInputDetails class.

public A2AVmManagedDiskInputDetails (string diskId, string primaryStagingAzureStorageAccountId, string recoveryResourceGroupId, string recoveryReplicaDiskAccountType = default, string recoveryTargetDiskAccountType = default, string recoveryDiskEncryptionSetId = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskEncryptionInfo diskEncryptionInfo = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AVmManagedDiskInputDetails : string * string * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskEncryptionInfo -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AVmManagedDiskInputDetails
Public Sub New (diskId As String, primaryStagingAzureStorageAccountId As String, recoveryResourceGroupId As String, Optional recoveryReplicaDiskAccountType As String = Nothing, Optional recoveryTargetDiskAccountType As String = Nothing, Optional recoveryDiskEncryptionSetId As String = Nothing, Optional diskEncryptionInfo As DiskEncryptionInfo = Nothing)

Parameters

diskId
String

The disk Id.

primaryStagingAzureStorageAccountId
String

The primary staging storage account Arm Id.

recoveryResourceGroupId
String

The target resource group Arm Id.

recoveryReplicaDiskAccountType
String

The replica disk type. Its an optional value and will be same as source disk type if not user provided.

recoveryTargetDiskAccountType
String

The target disk type after failover. Its an optional value and will be same as source disk type if not user provided.

recoveryDiskEncryptionSetId
String

The recovery disk encryption set Id.

diskEncryptionInfo
DiskEncryptionInfo

The recovery disk encryption information (for one / single pass flows).

Applies to