Share via


ServerAdministratorOperationsExtensions.GetServerAdministratorDeleteOperationStatus Method

Definition

Gets the status of an Azure SQL Server Active Directory Administrator delete operation.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministratorDeleteResponse GetServerAdministratorDeleteOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.IServerAdministratorOperations operations, string operationStatusLink);
static member GetServerAdministratorDeleteOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.IServerAdministratorOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministratorDeleteResponse
<Extension()>
Public Function GetServerAdministratorDeleteOperationStatus (operations As IServerAdministratorOperations, operationStatusLink As String) As ServerAdministratorDeleteResponse

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 delete operations.

Applies to