TagsResource Constructors

Definition

Overloads

TagsResource()

Initializes a new instance of the TagsResource class.

TagsResource(IDictionary<String,String>)

Initializes a new instance of the TagsResource class.

TagsResource()

Initializes a new instance of the TagsResource class.

public TagsResource ();
Public Sub New ()

Applies to

TagsResource(IDictionary<String,String>)

Initializes a new instance of the TagsResource class.

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

Parameters

tags
IDictionary<String,String>

Resource tags

Applies to