BigDataPoolPatchInfo コンストラクター

定義

オーバーロード

BigDataPoolPatchInfo()

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

BigDataPoolPatchInfo(IDictionary<String,String>)

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

BigDataPoolPatchInfo()

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

public BigDataPoolPatchInfo ();
Public Sub New ()

適用対象

BigDataPoolPatchInfo(IDictionary<String,String>)

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

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

パラメーター

tags
IDictionary<String,String>

ビッグ データ プールのタグを更新しました

適用対象