JobAccountOperationsExtensions.GetJobAccountOperationStatusAsync Method

Definition

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

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

Parameters

operations
IJobAccountOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for long running Azure Sql Job Account operations.

Applies to