NetAppElasticCapacityPoolProperties 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 NetAppElasticCapacityPoolProperties.
public NetAppElasticCapacityPoolProperties(long size, Azure.ResourceManager.NetApp.Models.ElasticServiceLevel serviceLevel, Azure.Core.ResourceIdentifier subnetResourceId);
new Azure.ResourceManager.NetApp.Models.NetAppElasticCapacityPoolProperties : int64 * Azure.ResourceManager.NetApp.Models.ElasticServiceLevel * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetApp.Models.NetAppElasticCapacityPoolProperties
Public Sub New (size As Long, serviceLevel As ElasticServiceLevel, subnetResourceId As ResourceIdentifier)
Parameters
- size
- Int64
Provisioned size of the pool (in bytes). For zoneRedundant service level pool, value must be in the range 1TiB to 16TiB or 1TiB to 128TiB for supported region. Values expressed in bytes as multiples of 1TiB till 16TiB and in multiples of 8TiB from 24TiB to 128TiB. Pool size can't be shrunk once it is created.
- serviceLevel
- ElasticServiceLevel
The service level of the elastic capacity pool.
- subnetResourceId
- ResourceIdentifier
The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/elasticVolumes, this is used by all the volumes within the pool.
Exceptions
subnetResourceId is null.