次の方法で共有


InstancePoolUpdate コンストラクター

定義

オーバーロード

InstancePoolUpdate()

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

InstancePoolUpdate(IDictionary<String,String>)

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

InstancePoolUpdate()

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

public InstancePoolUpdate ();
Public Sub New ()

適用対象

InstancePoolUpdate(IDictionary<String,String>)

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

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

パラメーター

tags
IDictionary<String,String>

リソース タグ。

適用対象