DatabaseOperationOperationsExtensions.ListByServer Method (IDatabaseOperationOperations, String)
Retrieves all of the operations that occured on the Azure SQL Database Server.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
<ExtensionAttribute> Public Shared Function ListByServer ( operations As IDatabaseOperationOperations, serverName As String ) As DatabaseOperationListResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.
- serverName
-
Type:
System.String
Required. The name of the Azure SQL Database Server to be queried.
Return Value
Type: Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperationListResponseRepresents the response containing the list of database operations for a given server or database.
Show: