Compartir a través de


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

Definición

Obtiene información sobre un servidor.

public static Microsoft.Azure.Management.MySQL.Models.Server Get (this Microsoft.Azure.Management.MySQL.IServersOperations operations, string resourceGroupName, string serverName);
static member Get : Microsoft.Azure.Management.MySQL.IServersOperations * string * string -> Microsoft.Azure.Management.MySQL.Models.Server
<Extension()>
Public Function Get (operations As IServersOperations, resourceGroupName As String, serverName As String) As Server

Parámetros

operations
IServersOperations

Grupo de operaciones para 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.

Devoluciones

Se aplica a