次の方法で共有


UpdateResource コンストラクター

定義

オーバーロード

UpdateResource()

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

UpdateResource(IDictionary<String,String>)

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

UpdateResource()

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

public UpdateResource ();
Public Sub New ()

適用対象

UpdateResource(IDictionary<String,String>)

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

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

パラメーター

tags
IDictionary<String,String>

リソース タグ

適用対象