Share via


DatabaseOperationOperationsExtensions.ListByServer 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 DatabaseOperationListResponse ListByServer(
    this IDatabaseOperationOperations operations,
    string serverName
)
public:
[ExtensionAttribute]
static DatabaseOperationListResponse^ ListByServer(
    IDatabaseOperationOperations^ operations,
    String^ serverName
)
static member ListByServer : 
        operations:IDatabaseOperationOperations *
        serverName:string -> DatabaseOperationListResponse
<ExtensionAttribute>
Public Shared Function ListByServer (
    operations As IDatabaseOperationOperations,
    serverName As String
) As DatabaseOperationListResponse

Parameters

  • serverName
    Type: System.String

    Required. The name of the Azure SQL Database Server to be queried.

Return Value

Type: Microsoft.WindowsAzure.Management.Sql.Models.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