共用方式為


NetAppVolumeData(AzureLocation, String, Int64, ResourceIdentifier) Constructor

Definition

Initializes a new instance of 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)

Parameters

location
AzureLocation

The location.

creationToken
String

A unique file path for the volume. Used when creating mount targets.

usageThreshold
Int64

Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.

subnetId
ResourceIdentifier

The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes.

Exceptions

creationToken or subnetId is null.

Applies to