DiskPoolCreateOrUpdateContent Constructor

Definition

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