JobAccountOperationsExtensions.GetJobAccountOperationStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.