Partager via


ResourceForUpdate Constructeurs

Définition

Surcharges

ResourceForUpdate()

Initialise une nouvelle instance de la classe ResourceForUpdate.

ResourceForUpdate(IDictionary<String,String>)

Initialise une nouvelle instance de la classe ResourceForUpdate.

ResourceForUpdate()

Initialise une nouvelle instance de la classe ResourceForUpdate.

public ResourceForUpdate ();
Public Sub New ()

S’applique à

ResourceForUpdate(IDictionary<String,String>)

Initialise une nouvelle instance de la classe ResourceForUpdate.

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

Paramètres

tags
IDictionary<String,String>

Balises de ressource.

S’applique à