Share via


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. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume or 2400Tib for LargeVolume on exceptional basis. Specified in bytes.

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