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)

<ExtensionAttribute>
Public Shared Function Get (
	operations As IDatabaseOperationOperations,
	serverName As String,
	operationGuid As String
) As DatabaseOperationGetResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations

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

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.

Return to top
Show: