DatabaseOperationsExtensions.GetDatabaseOperationStatusAsync Method

Definition

Gets the status of an Azure Sql Database create or update operation.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseCreateOrUpdateResponse> GetDatabaseOperationStatusAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseOperations operations, string operationStatusLink);
static member GetDatabaseOperationStatusAsync : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseCreateOrUpdateResponse>
<Extension()>
Public Function GetDatabaseOperationStatusAsync (operations As IDatabaseOperations, operationStatusLink As String) As Task(Of DatabaseCreateOrUpdateResponse)

Parameters

operations
IDatabaseOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseOperations.

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for long running Azure Sql Database operations.

Applies to