DiskPoolCreateOrUpdateContent 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 DiskPoolCreateOrUpdateContent.
public DiskPoolCreateOrUpdateContent (Azure.ResourceManager.StoragePool.Models.StoragePoolSku sku, Azure.Core.AzureLocation location, Azure.Core.ResourceIdentifier subnetId);
new Azure.ResourceManager.StoragePool.Models.DiskPoolCreateOrUpdateContent : Azure.ResourceManager.StoragePool.Models.StoragePoolSku * Azure.Core.AzureLocation * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StoragePool.Models.DiskPoolCreateOrUpdateContent
Public Sub New (sku As StoragePoolSku, location As AzureLocation, subnetId As ResourceIdentifier)
Parameters
- sku
- StoragePoolSku
Determines the SKU of the Disk Pool.
- location
- AzureLocation
The geo-location where the resource lives.
- subnetId
- ResourceIdentifier
Azure Resource ID of a Subnet for the Disk Pool.
Exceptions
sku
or subnetId
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