ConfigurationListForBatchUpdate コンストラクター

定義

オーバーロード

ConfigurationListForBatchUpdate()

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

ConfigurationListForBatchUpdate(IList<ConfigurationForBatchUpdate>)

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

ConfigurationListForBatchUpdate()

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

public ConfigurationListForBatchUpdate ();
Public Sub New ()

適用対象

ConfigurationListForBatchUpdate(IList<ConfigurationForBatchUpdate>)

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

public ConfigurationListForBatchUpdate (System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationForBatchUpdate> value = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationListForBatchUpdate : System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationForBatchUpdate> -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationListForBatchUpdate
Public Sub New (Optional value As IList(Of ConfigurationForBatchUpdate) = Nothing)

パラメーター

value
IList<ConfigurationForBatchUpdate>

サーバー構成の一覧。

適用対象