Condividi tramite


Tags Constructors

Definition

Overloads

Tags()

Initializes a new instance of the Tags class.

Tags(IDictionary<String,String>)

Initializes a new instance of the Tags class.

Tags()

Initializes a new instance of the Tags class.

public Tags ();
Public Sub New ()

Applies to

Tags(IDictionary<String,String>)

Initializes a new instance of the Tags class.

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

Parameters

tagsProperty
IDictionary<String,String>

Applies to