ServerOperationsOperations interface
Interfaz que representa una operación de ServerOperations.
Propiedades
| list |
Obtiene una lista de operaciones realizadas en el servidor. |
Detalles de las propiedades
listByServer
Obtiene una lista de operaciones realizadas en el servidor.
listByServer: (resourceGroupName: string, serverName: string, options?: ServerOperationsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerOperation, ServerOperation[], PageSettings>
Valor de propiedad
(resourceGroupName: string, serverName: string, options?: ServerOperationsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerOperation, ServerOperation[], PageSettings>