DatabaseOperationOperationsExtensions.GetAsync Method

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

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

Usage

'Usage
Dim operations As IDatabaseOperationOperations
Dim serverName As String
Dim operationGuid As String
Dim returnValue As Task(Of DatabaseOperationGetResponse)

returnValue = DatabaseOperationOperationsExtensions.GetAsync(operations, serverName, operationGuid)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetAsync ( _
    operations As IDatabaseOperationOperations, _
    serverName As String, _
    operationGuid As String _
) As Task(Of DatabaseOperationGetResponse)
[ExtensionAttribute] 
public static Task<DatabaseOperationGetResponse> GetAsync (
    IDatabaseOperationOperations operations,
    string serverName,
    string operationGuid
)
[ExtensionAttribute] 
public:
static Task<DatabaseOperationGetResponse^>^ GetAsync (
    IDatabaseOperationOperations^ operations, 
    String^ serverName, 
    String^ operationGuid
)
/** @attribute ExtensionAttribute() */ 
public static Task<DatabaseOperationGetResponse> GetAsync (
    IDatabaseOperationOperations operations, 
    String serverName, 
    String operationGuid
)
ExtensionAttribute 
public static function GetAsync (
    operations : IDatabaseOperationOperations, 
    serverName : String, 
    operationGuid : String
) : Task<DatabaseOperationGetResponse>

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.
  • serverName
    Required. The name of the Azure SQL Database Server where the database is hosted.
  • operationGuid
    Required. The Guid of the Azure SQL Database operation to be obtained.

Return Value

Represents the database operation for a given operation Guid.

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

DatabaseOperationOperationsExtensions Class
DatabaseOperationOperationsExtensions Members
Microsoft.WindowsAzure Namespace