TagsObject Constructors

Definition

Overloads

TagsObject()

Initializes a new instance of the TagsObject class.

TagsObject(IDictionary<String,String>)

Initializes a new instance of the TagsObject class.

TagsObject()

Initializes a new instance of the TagsObject class.

public TagsObject ();
Public Sub New ()

Applies to

TagsObject(IDictionary<String,String>)

Initializes a new instance of the TagsObject class.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

Applies to