NetAppElasticVolumePatch Constructors

Definition

Overloads

NetAppElasticVolumePatch()

Source:
NetAppElasticVolumePatch.ElasticSerializationCompatibility.cs
Source:
NetAppElasticVolumePatch.cs

Initializes a new instance of NetAppElasticVolumePatch.

public NetAppElasticVolumePatch();
Public Sub New ()

Applies to

NetAppElasticVolumePatch(IDictionary<String,String>, NetAppElasticVolumePatchProperties)

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

Parameters

Applies to