DatabaseOperationOperationsExtensions.ListByServerAsync Method (IDatabaseOperationOperations, String)
Retrieves all of the operations that occured on the Azure SQL Database Server.
Namespace: Microsoft.WindowsAzure.Management.Sql
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public static Task<DatabaseOperationListResponse> ListByServerAsync(
this IDatabaseOperationOperations operations,
string serverName
)
public:
[ExtensionAttribute]
static Task<DatabaseOperationListResponse^>^ ListByServerAsync(
IDatabaseOperationOperations^ operations,
String^ serverName
)
static member ListByServerAsync :
operations:IDatabaseOperationOperations *
serverName:string -> Task<DatabaseOperationListResponse>
<ExtensionAttribute>
Public Shared Function ListByServerAsync (
operations As IDatabaseOperationOperations,
serverName As String
) As Task(Of DatabaseOperationListResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperationsReference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.
serverName
Type: System.StringRequired. The name of the Azure SQL Database Server to be queried.
Return Value
Type: System.Threading.Tasks.Task<DatabaseOperationListResponse>
Represents the response containing the list of database operations for a given server or database.
See Also
DatabaseOperationOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace
Return to top