ServerOperations interface

Interface representing a ServerOperations.

Methods

listByServer(string, string, ServerOperationsListByServerOptionalParams)

Gets a list of operations performed on the server.

Method Details

listByServer(string, string, ServerOperationsListByServerOptionalParams)

Gets a list of operations performed on the server.

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

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

options
ServerOperationsListByServerOptionalParams

The options parameters.

Returns