IDatabaseOperationOperations Interface

 

The Azure SQL Database Management API includes operations for getting database operations. Specifically, this API allows you to get a specific operation, or to list all the operations that happened on a specific database or on all databases in the Azure SQL Database Server.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

public interface class IDatabaseOperationOperations

NameDescription
System_CAPS_pubmethodGetAsync(String^, String^, CancellationToken)

Returns information about a specific operation by using the operation Guid.

System_CAPS_pubmethodListByDatabaseAsync(String^, String^, CancellationToken)

Retrieves all of the operations that took place on a specific database.

System_CAPS_pubmethodListByServerAsync(String^, CancellationToken)

Retrieves all of the operations that occured on the Azure SQL Database Server.

NameDescription
System_CAPS_pubmethodGet(String^, String^)

Returns information about a specific operation by using the operation Guid.(Defined by DatabaseOperationOperationsExtensions.)

System_CAPS_pubmethodGetAsync(String^, String^)

Returns information about a specific operation by using the operation Guid.(Defined by DatabaseOperationOperationsExtensions.)

System_CAPS_pubmethodListByDatabase(String^, String^)

Retrieves all of the operations that took place on a specific database.(Defined by DatabaseOperationOperationsExtensions.)

System_CAPS_pubmethodListByDatabaseAsync(String^, String^)

Retrieves all of the operations that took place on a specific database.(Defined by DatabaseOperationOperationsExtensions.)

System_CAPS_pubmethodListByServer(String^)

Retrieves all of the operations that occured on the Azure SQL Database Server.(Defined by DatabaseOperationOperationsExtensions.)

System_CAPS_pubmethodListByServerAsync(String^)

Retrieves all of the operations that occured on the Azure SQL Database Server.(Defined by DatabaseOperationOperationsExtensions.)

Return to top
Show: