你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
A2AVmManagedDiskInputDetails Constructors
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.
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).