LogFilesOperations interface
Interface representing a LogFiles operations.
Properties
| list |
List all the server log files in a given server. |
Property Details
listByServer
List all the server log files in a given server.
listByServer: (resourceGroupName: string, serverName: string, options?: LogFilesListByServerOptionalParams) => PagedAsyncIterableIterator<LogFile, LogFile[], PageSettings>
Property Value
(resourceGroupName: string, serverName: string, options?: LogFilesListByServerOptionalParams) => PagedAsyncIterableIterator<LogFile, LogFile[], PageSettings>