Compartir a través de


ServerOperations interface

Interfaz que representa serverOperations.

Métodos

listByServer(string, string, ServerOperationsListByServerOptionalParams)

Obtiene una lista de las operaciones realizadas en el servidor.

Detalles del método

listByServer(string, string, ServerOperationsListByServerOptionalParams)

Obtiene una lista de las operaciones realizadas en el servidor.

function listByServer(resourceGroupName: string, serverName: string, options?: ServerOperationsListByServerOptionalParams): PagedAsyncIterableIterator<ServerOperation, ServerOperation[], PageSettings>

Parámetros

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.

options
ServerOperationsListByServerOptionalParams

Parámetros de opciones.

Devoluciones