次の方法で共有


Tags コンストラクター

定義

オーバーロード

Tags()

Tags クラスの新しいインスタンスを初期化します。

Tags(IDictionary<String,String>)

Tags クラスの新しいインスタンスを初期化します。

Tags()

Tags クラスの新しいインスタンスを初期化します。

public Tags ();
Public Sub New ()

適用対象

Tags(IDictionary<String,String>)

Tags クラスの新しいインスタンスを初期化します。

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)

パラメーター

tagsProperty
IDictionary<String,String>

適用対象