Share via


DatabaseOperationOperationsExtensions Class

 

This is the main client class for interacting with the Azure SQL Database REST APIs.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Sql.DatabaseOperationOperationsExtensions

Syntax

public static class DatabaseOperationOperationsExtensions
[ExtensionAttribute]
public ref class DatabaseOperationOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DatabaseOperationOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DatabaseOperationOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Get(IDatabaseOperationOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IDatabaseOperationOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListByDatabase(IDatabaseOperationOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListByDatabaseAsync(IDatabaseOperationOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListByServer(IDatabaseOperationOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListByServerAsync(IDatabaseOperationOperations, String)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top