ServerOperationsOperations interface
Interface representing a ServerOperations operations.
Properties
| list |
Gets a list of operations performed on the server. |
Property Details
listByServer
Gets a list of operations performed on the server.
listByServer: (resourceGroupName: string, serverName: string, options?: ServerOperationsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerOperation, ServerOperation[], PageSettings>
Property Value
(resourceGroupName: string, serverName: string, options?: ServerOperationsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerOperation, ServerOperation[], PageSettings>