JobAccountOperationsExtensions.GetJobAccountOperationStatus Method

Definition

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

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccountOperationResponse GetJobAccountOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.IJobAccountOperations operations, string operationStatusLink);
static member GetJobAccountOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.IJobAccountOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccountOperationResponse
<Extension()>
Public Function GetJobAccountOperationStatus (operations As IJobAccountOperations, operationStatusLink As String) As 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