IJobAccountOperations.GetJobAccountOperationStatusAsync Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccountOperationResponse> GetJobAccountOperationStatusAsync (string operationStatusLink, System.Threading.CancellationToken cancellationToken);
abstract member GetJobAccountOperationStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccountOperationResponse>
Public Function GetJobAccountOperationStatusAsync (operationStatusLink As String, cancellationToken As CancellationToken) As Task(Of JobAccountOperationResponse)

Parameters

operationStatusLink
String

Location value returned by the Begin operation

cancellationToken
CancellationToken

Cancellation token.

Returns

Response for long running Azure Sql Job Account operations.

Applies to