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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET