次の方法で共有


JobAgentUpdate コンストラクター

定義

オーバーロード

JobAgentUpdate()

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

JobAgentUpdate(IDictionary<String,String>)

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

JobAgentUpdate()

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

public JobAgentUpdate ();
Public Sub New ()

適用対象

JobAgentUpdate(IDictionary<String,String>)

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

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

パラメーター

tags
IDictionary<String,String>

リソース タグ。

適用対象