Share via


NetAppVolumeGroupVolume(String, Int64, ResourceIdentifier) Constructor

Definition

Initializes a new instance of NetAppVolumeGroupVolume.

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

Parameters

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