Dela via


ManagedDiskDetails(ResourceIdentifier, ResourceIdentifier) Constructor

Definition

Initializes a new instance of ManagedDiskDetails.

public ManagedDiskDetails (Azure.Core.ResourceIdentifier resourceGroupId, Azure.Core.ResourceIdentifier stagingStorageAccountId);
new Azure.ResourceManager.DataBox.Models.ManagedDiskDetails : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataBox.Models.ManagedDiskDetails
Public Sub New (resourceGroupId As ResourceIdentifier, stagingStorageAccountId As ResourceIdentifier)

Parameters

resourceGroupId
ResourceIdentifier

Resource Group Id of the compute disks.

stagingStorageAccountId
ResourceIdentifier

Resource Id of the storage account that can be used to copy the vhd for staging.

Exceptions

resourceGroupId or stagingStorageAccountId is null.

Applies to