ElasticPoolOperationsExtensions.GetElasticPoolOperationStatusAsync Method

Definition

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

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

Parameters

operations
IElasticPoolOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for long running Azure Sql Database Elastic Pool operation.

Applies to