ConfigurationsOperationsExtensions.UpdateAsync メソッド

定義

サーバーの構成を更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Configuration> UpdateAsync (this Microsoft.Azure.Management.MySQL.FlexibleServers.IConfigurationsOperations operations, string resourceGroupName, string serverName, string configurationName, Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Configuration parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.MySQL.FlexibleServers.IConfigurationsOperations * string * string * string * Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Configuration * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Configuration>
<Extension()>
Public Function UpdateAsync (operations As IConfigurationsOperations, resourceGroupName As String, serverName As String, configurationName As String, parameters As Configuration, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Configuration)

パラメーター

operations
IConfigurationsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

configurationName
String

サーバー構成の名前。

parameters
Configuration

サーバー構成を更新するために必要なパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象