共用方式為


TagsInner Constructors

Definition

Overloads

TagsInner()

Initializes a new instance of the TagsInner class.

TagsInner(IDictionary<String,String>)

Initializes a new instance of the TagsInner class.

TagsInner()

Initializes a new instance of the TagsInner class.

public TagsInner ();
Public Sub New ()

Applies to

TagsInner(IDictionary<String,String>)

Initializes a new instance of the TagsInner class.

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

Parameters

tagsProperty
IDictionary<String,String>

Applies to