次の方法で共有


ResourceForUpdate コンストラクター

定義

オーバーロード

ResourceForUpdate()

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

ResourceForUpdate(IDictionary<String,String>)

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

ResourceForUpdate()

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

public ResourceForUpdate();
Public Sub New ()

適用対象

ResourceForUpdate(IDictionary<String,String>)

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

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

パラメーター

tags
IDictionary<String,String>

リソース タグ。

適用対象