Share via


BackupVaultPatch Constructors

Definition

Overloads

BackupVaultPatch()

Initializes a new instance of the BackupVaultPatch class.

BackupVaultPatch(IDictionary<String,String>)

Initializes a new instance of the BackupVaultPatch class.

BackupVaultPatch()

Initializes a new instance of the BackupVaultPatch class.

public BackupVaultPatch ();
Public Sub New ()

Applies to

BackupVaultPatch(IDictionary<String,String>)

Initializes a new instance of the BackupVaultPatch class.

public BackupVaultPatch (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.NetApp.Models.BackupVaultPatch : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.NetApp.Models.BackupVaultPatch
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

tags
IDictionary<String,String>

Resource tags

Applies to