Compartir a través de


ServersOperationsExtensions.Restart Método

Definición

Reinicia un servidor.

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

Parámetros

operations
IServersOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

serverName
String

El nombre del servidor.

Se aplica a