ServersOperationsExtensions.RestartAsync メソッド

定義

サーバーを再起動します。

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

パラメーター

operations
IServersOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

parameters
ServerRestartParameter

サーバーを再起動するために必要なパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象