CapturedLogs interface
Interface representing a CapturedLogs.
Methods
| list |
Lists all captured logs for download in a server. |
Method Details
listByServer(string, string, CapturedLogsListByServerOptionalParams)
Lists all captured logs for download in a server.
function listByServer(resourceGroupName: string, serverName: string, options?: CapturedLogsListByServerOptionalParams): PagedAsyncIterableIterator<CapturedLog, CapturedLog[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
The options parameters.