NetAppElasticBackupVaultPatch Constructors

Definition

Overloads

NetAppElasticBackupVaultPatch()

Source:
NetAppElasticBackupVaultPatch.ElasticSerializationCompatibility.cs
Source:
NetAppElasticBackupVaultPatch.cs

Initializes a new instance of NetAppElasticBackupVaultPatch.

public NetAppElasticBackupVaultPatch();
Public Sub New ()

Applies to

NetAppElasticBackupVaultPatch(IDictionary<String,String>)

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

Parameters

Applies to