ServerAdministratorOperationsExtensions.BeginDelete Method

Definition

Begins deleting an existing Azure SQL Server Active Directory Administrator.To determine the status of the operation call GetServerAdministratorDeleteOperationStatus.

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

Parameters

operations
IServerAdministratorOperations

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

resourceGroupName
String

Required. The name of the Resource Group to which the server belongs.

serverName
String

Required. The name of the Azure SQL Server to which the Azure SQL Server Active Directory administrator belongs

administratorName
String

Required. The name of the Azure SQL Server Active Directory Administrator.

Returns

Response for long running Azure SQL Server Active Directory administrator delete operations.

Applies to