Share via


DatabaseOperationOperationsExtensions.Get Method (IDatabaseOperationOperations, String, String)

 

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

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

Syntax

public static DatabaseOperationGetResponse Get(
    this IDatabaseOperationOperations operations,
    string serverName,
    string operationGuid
)
public:
[ExtensionAttribute]
static DatabaseOperationGetResponse^ Get(
    IDatabaseOperationOperations^ operations,
    String^ serverName,
    String^ operationGuid
)
static member Get : 
        operations:IDatabaseOperationOperations *
        serverName:string *
        operationGuid:string -> DatabaseOperationGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IDatabaseOperationOperations,
    serverName As String,
    operationGuid As String
) As DatabaseOperationGetResponse

Parameters

  • serverName
    Type: System.String

    Required. The name of the Azure SQL Database Server where the database is hosted.

  • operationGuid
    Type: System.String

    Required. The Guid of the Azure SQL Database operation to be obtained.

Return Value

Type: Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperationGetResponse

Represents the database operation for a given operation Guid.

See Also

DatabaseOperationOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top