NetAppElasticBackupPolicyPatch Constructors

Definition

Overloads

NetAppElasticBackupPolicyPatch()

Source:
NetAppElasticBackupPolicyPatch.ElasticSerializationCompatibility.cs
Source:
NetAppElasticBackupPolicyPatch.cs

Initializes a new instance of NetAppElasticBackupPolicyPatch.

public NetAppElasticBackupPolicyPatch();
Public Sub New ()

Applies to

NetAppElasticBackupPolicyPatch(IDictionary<String,String>, NetAppElasticBackupPolicyPatchProperties)

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

Parameters

Applies to