次の方法で共有


ServerParametersOperationsExtensions.BeginListUpdateConfigurations メソッド

定義

特定のサーバーの構成の一覧を更新します。

public static Microsoft.Azure.Management.MySQL.Models.ConfigurationListResult BeginListUpdateConfigurations(this Microsoft.Azure.Management.MySQL.IServerParametersOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.MySQL.Models.ConfigurationListResult value);
static member BeginListUpdateConfigurations : Microsoft.Azure.Management.MySQL.IServerParametersOperations * string * string * Microsoft.Azure.Management.MySQL.Models.ConfigurationListResult -> Microsoft.Azure.Management.MySQL.Models.ConfigurationListResult
<Extension()>
Public Function BeginListUpdateConfigurations (operations As IServerParametersOperations, resourceGroupName As String, serverName As String, value As ConfigurationListResult) As ConfigurationListResult

パラメーター

operations
IServerParametersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

serverName
String

サーバーの名前。

value
ConfigurationListResult

サーバー構成の一覧を更新するためのパラメーター。

戻り値

適用対象