NetAppElasticCapacityPoolPatchProperties Constructors

Definition

Overloads

NetAppElasticCapacityPoolPatchProperties()

Source:
NetAppElasticCapacityPoolPatchProperties.ElasticSerializationCompatibility.cs
Source:
NetAppElasticCapacityPoolPatchProperties.cs

Initializes a new instance of NetAppElasticCapacityPoolPatchProperties.

public NetAppElasticCapacityPoolPatchProperties();
Public Sub New ()

Applies to

NetAppElasticCapacityPoolPatchProperties(Nullable<Int64>, ElasticEncryptionConfiguration, ResourceIdentifier)

Source:
NetAppElasticCapacityPoolPatchProperties.ElasticCompatibility.cs
public NetAppElasticCapacityPoolPatchProperties(long? size = default, Azure.ResourceManager.NetApp.Models.ElasticEncryptionConfiguration encryption = default, Azure.Core.ResourceIdentifier activeDirectoryConfigResourceId = default);
new Azure.ResourceManager.NetApp.Models.NetAppElasticCapacityPoolPatchProperties : Nullable<int64> * Azure.ResourceManager.NetApp.Models.ElasticEncryptionConfiguration * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetApp.Models.NetAppElasticCapacityPoolPatchProperties
Public Sub New (Optional size As Nullable(Of Long) = Nothing, Optional encryption As ElasticEncryptionConfiguration = Nothing, Optional activeDirectoryConfigResourceId As ResourceIdentifier = Nothing)

Parameters

size
Nullable<Int64>
activeDirectoryConfigResourceId
ResourceIdentifier

Applies to