NetAppElasticCapacityPoolPatch Constructors

Definition

Overloads

NetAppElasticCapacityPoolPatch()

Source:
NetAppElasticCapacityPoolPatch.ElasticSerializationCompatibility.cs
Source:
NetAppElasticCapacityPoolPatch.cs

Initializes a new instance of NetAppElasticCapacityPoolPatch.

public NetAppElasticCapacityPoolPatch();
Public Sub New ()

Applies to

NetAppElasticCapacityPoolPatch(IDictionary<String,String>, NetAppElasticCapacityPoolPatchProperties)

Source:
NetAppElasticCapacityPoolPatch.ElasticCompatibility.cs
public NetAppElasticCapacityPoolPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.NetApp.Models.NetAppElasticCapacityPoolPatchProperties properties = default);
new Azure.ResourceManager.NetApp.Models.NetAppElasticCapacityPoolPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.NetApp.Models.NetAppElasticCapacityPoolPatchProperties -> Azure.ResourceManager.NetApp.Models.NetAppElasticCapacityPoolPatch
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As NetAppElasticCapacityPoolPatchProperties = Nothing)

Parameters

Applies to