NetAppElasticSnapshotPolicyPatch Constructors

Definition

Overloads

NetAppElasticSnapshotPolicyPatch()

Source:
NetAppElasticSnapshotPolicyPatch.ElasticSerializationCompatibility.cs
Source:
NetAppElasticSnapshotPolicyPatch.cs

Initializes a new instance of NetAppElasticSnapshotPolicyPatch.

public NetAppElasticSnapshotPolicyPatch();
Public Sub New ()

Applies to

NetAppElasticSnapshotPolicyPatch(IDictionary<String,String>, NetAppElasticSnapshotPolicyPatchProperties)

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

Parameters

Applies to