Compartilhar via


ServersOperationsExtensions.Start(IServersOperations, String, String) Método

Definição

Inicia um servidor parado.

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

Parâmetros

operations
IServersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serverName
String

O nome do servidor.

Aplica-se a