Compartir a través de


ServerOperationsExtensions.ListByServer Método

Definición

Obtiene una lista de las operaciones realizadas en el servidor.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerOperation> ListByServer (this Microsoft.Azure.Management.Sql.IServerOperations operations, string resourceGroupName, string serverName);
static member ListByServer : Microsoft.Azure.Management.Sql.IServerOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerOperation>
<Extension()>
Public Function ListByServer (operations As IServerOperations, resourceGroupName As String, serverName As String) As IPage(Of ServerOperation)

Parámetros

operations
IServerOperations

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

resourceGroupName
String

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName
String

El nombre del servidor.

Devoluciones

Se aplica a