DatabaseOperationOperationsExtensions.Get Method

Definition

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

public static Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperationGetResponse Get (this Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations operations, string serverName, string operationGuid);
static member Get : Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations * string * string -> Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperationGetResponse
<Extension()>
Public Function Get (operations As IDatabaseOperationOperations, serverName As String, operationGuid As String) As DatabaseOperationGetResponse

Parameters

operations
IDatabaseOperationOperations

Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.

serverName
String

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

operationGuid
String

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

Returns

Represents the database operation for a given operation Guid.

Applies to