ResourceTags Constructors

Definition

Overloads

ResourceTags()

Initializes a new instance of the ResourceTags class.

ResourceTags(IDictionary<String,String>)

Initializes a new instance of the ResourceTags class.

ResourceTags()

Initializes a new instance of the ResourceTags class.

public ResourceTags ();
Public Sub New ()

Applies to

ResourceTags(IDictionary<String,String>)

Initializes a new instance of the ResourceTags class.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

Applies to