Partager via


TagsObject Constructeurs

Définition

Surcharges

TagsObject()

Initialise une nouvelle instance de la classe TagsObject.

TagsObject(IDictionary<String,String>)

Initialise une nouvelle instance de la classe TagsObject.

TagsObject()

Initialise une nouvelle instance de la classe TagsObject.

public TagsObject ();
Public Sub New ()

S’applique à

TagsObject(IDictionary<String,String>)

Initialise une nouvelle instance de la classe TagsObject.

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

Paramètres

tags
IDictionary<String,String>

Balises de ressource.

S’applique à