Server Azure AD Administrators - Delete
Hiermee verwijdert u de Azure Active Directory-beheerder met de opgegeven naam.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/administrators/ActiveDirectory?api-version=2023-08-01
URI-parameters
| Name | In | Vereist | Type | Description |
|---|---|---|---|---|
|
administrator
|
path | True |
De naam van de active directory-beheerder van de server. |
|
|
resource
|
path | True |
string |
De naam van de resourcegroep die de resource bevat. U kunt deze waarde verkrijgen via de Azure Resource Manager-API of de portal. |
|
server
|
path | True |
string |
De naam van de server. |
|
subscription
|
path | True |
string |
De abonnements-id waarmee een Azure-abonnement wordt geïdentificeerd. |
|
api-version
|
query | True |
string |
De API-versie die moet worden gebruikt voor de aanvraag. |
Antwoorden
| Name | Type | Description |
|---|---|---|
| 200 OK |
De Azure Active Directory-beheerder is verwijderd. |
|
| 202 Accepted |
Geaccepteerd Kopteksten Location: string |
|
| 204 No Content |
De opgegeven Azure Active Directory-beheerder bestaat niet. |
|
| Other Status Codes |
Foutreacties: ***
|
Voorbeelden
Delete Azure Active Directory administrator.
Voorbeeldaanvraag
DELETE https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-4799/providers/Microsoft.Sql/servers/sqlcrudtest-6440/administrators/ActiveDirectory?api-version=2023-08-01
Voorbeeldrespons
Location: https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Sql/locations/westus/serverAdministratorOperationResults/00000000-1111-2222-3333-444444444444?api-version=2019-06-01-preview
Definities
| Name | Description |
|---|---|
|
Administrator |
De naam van de active directory-beheerder van de server. |
|
Error |
Aanvullende informatie over de resourcebeheerfout. |
|
Error |
De foutdetails. |
|
Error |
Foutreactie |
AdministratorName
De naam van de active directory-beheerder van de server.
| Waarde | Description |
|---|---|
| ActiveDirectory |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
| Name | Type | Description |
|---|---|---|
| info |
object |
De aanvullende informatie. |
| type |
string |
Het extra informatietype. |
ErrorDetail
De foutdetails.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
De fout bevat aanvullende informatie. |
|
| code |
string |
De foutcode. |
| details |
De foutdetails. |
|
| message |
string |
Het foutbericht. |
| target |
string |
Het foutdoel. |
ErrorResponse
Foutreactie
| Name | Type | Description |
|---|---|---|
| error |
Het foutobject. |