DatabaseActivationOperationsExtensions.GetDatabaseActivationOperationStatusAsync Method

Definition

Gets the status of an Azure SQL Data Warehouse Database pause or resume operation.

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

Parameters

operations
IDatabaseActivationOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for long running Azure Sql Database operations.

Applies to