次の方法で共有


NetAppVolumeData(AzureLocation, String, Int64, ResourceIdentifier) コンストラクター

定義

NetAppVolumeData の新しいインスタンスを初期化します。

public NetAppVolumeData (Azure.Core.AzureLocation location, string creationToken, long usageThreshold, Azure.Core.ResourceIdentifier subnetId);
new Azure.ResourceManager.NetApp.NetAppVolumeData : Azure.Core.AzureLocation * string * int64 * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetApp.NetAppVolumeData
Public Sub New (location As AzureLocation, creationToken As String, usageThreshold As Long, subnetId As ResourceIdentifier)

パラメーター

location
AzureLocation

場所。

creationToken
String

ボリュームの一意のファイル パス。 マウント ターゲットを作成するときに使用されます。

usageThreshold
Int64

ファイル システムで許容される最大ストレージ クォータ (バイト単位)。 これは、アラートにのみ使用されるソフト クォータです。 最小サイズは 100 GiB です。 上限は、100TiB、LargeVolume の場合は 500Tib、LargeVolume の場合は 2400Tib です。 バイト単位で指定します。

subnetId
ResourceIdentifier

委任されたサブネットの Azure リソース URI。 委任 Microsoft.NetApp/ボリュームが必要です。

例外

creationToken または subnetId が null です。

適用対象