LogFiles interface

Interface representing a LogFiles.

Methods

listByServer(string, string, LogFilesListByServerOptionalParams)

List all the log files in a given server.

Method Details

listByServer(string, string, LogFilesListByServerOptionalParams)

List all the log files in a given server.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serverName

string

The name of the server.

options
LogFilesListByServerOptionalParams

The options parameters.

Returns