次の方法で共有


DiskPoolCreateOrUpdateContent コンストラクター

定義

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)

パラメーター

sku
StoragePoolSku

ディスク プールの SKU を決定します。

location
AzureLocation

リソースが保存されている地理的な場所。

subnetId
ResourceIdentifier

ディスク プールのサブネットの Azure リソース ID。

例外

sku または subnetId が null です。

適用対象