ManagedDiskDetails(ResourceIdentifier, ResourceIdentifier) 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 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET