A2AVmManagedDiskDetails Constructor
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.
Initializes a new instance of A2AVmManagedDiskDetails.
public A2AVmManagedDiskDetails (string diskId, Azure.Core.ResourceIdentifier primaryStagingAzureStorageAccountId, Azure.Core.ResourceIdentifier recoveryResourceGroupId);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AVmManagedDiskDetails : string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AVmManagedDiskDetails
Public Sub New (diskId As String, primaryStagingAzureStorageAccountId As ResourceIdentifier, recoveryResourceGroupId As ResourceIdentifier)
Parameters
- diskId
- String
The disk Id.
- primaryStagingAzureStorageAccountId
- ResourceIdentifier
The primary staging storage account Arm Id.
- recoveryResourceGroupId
- ResourceIdentifier
The target resource group Arm Id.
Exceptions
diskId
, primaryStagingAzureStorageAccountId
or recoveryResourceGroupId
is null.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET