Partilhar via


ServerOperations interface

Interface que representa um ServerOperations.

Métodos

listByServer(string, string, ServerOperationsListByServerOptionalParams)

Obtém uma lista de operações executadas no servidor.

Detalhes de Método

listByServer(string, string, ServerOperationsListByServerOptionalParams)

Obtém uma lista de operações executadas no servidor.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor da API do Azure Resource Manager ou do portal.

serverName

string

O nome do servidor.

options
ServerOperationsListByServerOptionalParams

Os parâmetros de opções.

Devoluções