IDatabaseOperationOperations Methods

 

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

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: