ServerAdministratorOperationsExtensions.GetServerAdministratorOperationStatusAsync Method

Definition

Gets the status of an Azure SQL Server Active Directory Administrator create or update operation.

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

Parameters

operations
IServerAdministratorOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for long running Azure SQL Server Active Directory Administrator operations.

Applies to