次の方法で共有


ServersOperationsExtensions.BeginRestart メソッド

定義

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

public static void BeginRestart (this Microsoft.Azure.Management.PostgreSQL.IServersOperations operations, string resourceGroupName, string serverName);
static member BeginRestart : Microsoft.Azure.Management.PostgreSQL.IServersOperations * string * string -> unit
<Extension()>
Public Sub BeginRestart (operations As IServersOperations, resourceGroupName As String, serverName As String)

パラメーター

operations
IServersOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

適用対象