Freigeben über


Server Azure AD Administrators - Delete

Löscht einen vorhandenen Active Directory-Administrator des Servers.

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/administrators/activeDirectory?api-version=2014-04-01

URI-Parameter

Name In Erforderlich Typ Beschreibung
administratorName
path True

ServerAdministratorName

Name der Serveradministratorressource.

resourceGroupName
path True

string

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
path True

string

Name des Servers

subscriptionId
path True

string

Abonnement-ID für ein Azure-Abonnement.

api-version
query True

string

API-Version, die für die Anforderung verwendet werden soll.

Antworten

Name Typ Beschreibung
200 OK

ServerAzureADAdministrator

OK

202 Accepted

ServerAzureADAdministrator

Akzeptiert

204 No Content

ServerAzureADAdministrator

Kein Inhalt

Beispiele

Delete a server administrator

Beispielanforderung

DELETE https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-4799/providers/Microsoft.Sql/servers/sqlcrudtest-6440/administrators/activeDirectory?api-version=2014-04-01

Beispiel für eine Antwort

"OK"
"Accepted"
"No Content"

Definitionen

Name Beschreibung
AdministratorType

Der Administratortyp.

ServerAdministratorName

Name der Serveradministratorressource.

ServerAzureADAdministrator

Ein Active Directory-Serveradministrator.

AdministratorType

Der Administratortyp.

Name Typ Beschreibung
ActiveDirectory

string

ServerAdministratorName

Name der Serveradministratorressource.

Name Typ Beschreibung
activeDirectory

string

ServerAzureADAdministrator

Ein Active Directory-Serveradministrator.

Name Typ Beschreibung
id

string

Ressourcen-ID

name

string

Name der Ressource.

properties.administratorType

AdministratorType

Der Administratortyp.

properties.login

string

Der Anmeldewert des Serveradministrators.

properties.sid

string

Die Serveradministrator-Sid (Sichere ID).

properties.tenantId

string

Die Server-Active Directory-Administratormandanten-ID.

type

string

Der Ressourcentyp.