ArmNetAppModelFactory.NetAppElasticCapacityPoolPatchProperties Method

Definition

public static Azure.ResourceManager.NetApp.Models.NetAppElasticCapacityPoolPatchProperties NetAppElasticCapacityPoolPatchProperties(long? size = default, Azure.ResourceManager.NetApp.Models.ElasticEncryptionConfiguration encryption = default, Azure.Core.ResourceIdentifier activeDirectoryConfigResourceId = default);
static member NetAppElasticCapacityPoolPatchProperties : Nullable<int64> * Azure.ResourceManager.NetApp.Models.ElasticEncryptionConfiguration * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetApp.Models.NetAppElasticCapacityPoolPatchProperties
Public Shared Function NetAppElasticCapacityPoolPatchProperties (Optional size As Nullable(Of Long) = Nothing, Optional encryption As ElasticEncryptionConfiguration = Nothing, Optional activeDirectoryConfigResourceId As ResourceIdentifier = Nothing) As NetAppElasticCapacityPoolPatchProperties

Parameters

size
Nullable<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.

encryption
ElasticEncryptionConfiguration

Encryption settings.

activeDirectoryConfigResourceId
ResourceIdentifier

The Azure Resource URI for an Active Directory configuration. This is used by all the SMB volumes within the pool.

Returns

A new NetAppElasticCapacityPoolPatchProperties instance for mocking.

Applies to