NetAppVolumeGroupVolume(String, Int64, ResourceIdentifier) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. 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
Azure SDK for .NET