NetAppVolumeData(AzureLocation, String, Int64, ResourceIdentifier) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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、500Tib for LargeVolume。 以位元組為單位指定。
- subnetId
- ResourceIdentifier
委派子網的 Azure 資源 URI。 必須具有委派 Microsoft.NetApp/volumes。
例外狀況
creationToken
或 subnetId
為 null。