Webhook - Delete
Törölje a webhookot név szerint.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}?api-version=2024-10-23
URI-paraméterek
| Name | In | Kötelező | Típus | Description |
|---|---|---|---|---|
|
automation
|
path | True |
string |
Az automation-fiók neve. |
|
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._]+$ |
Egy Azure-erőforráscsoport neve. |
|
subscription
|
path | True |
string |
Lekéri az előfizetés hitelesítő adatait, amelyek egyedileg azonosítják a Microsoft Azure-előfizetést. Az előfizetés azonosítója minden szolgáltatáshíváshoz az URI részét képezi. |
|
webhook
|
path | True |
string |
A webhook neve. |
|
api-version
|
query | True |
string |
Ügyfél API-verziója. |
Válaszok
| Name | Típus | Description |
|---|---|---|
| 200 OK |
OKÉ |
|
| Other Status Codes |
Automatizálási hibaválasz, amely leírja, hogy miért hiúsult meg a művelet. |
Biztonság
azure_auth
Azure Active Directory OAuth2-folyamat
Típus:
oauth2
Folyamat:
implicit
Engedélyezési URL:
https://login.microsoftonline.com/common/oauth2/authorize
Hatókörök
| Name | Description |
|---|---|
| user_impersonation | a felhasználói fiók megszemélyesítése |
Példák
Delete webhook
Mintakérelem
DELETE https://management.azure.com/subscriptions/subid/resourceGroups/rg/providers/Microsoft.Automation/automationAccounts/myAutomationAccount33/webhooks/TestWebhook?api-version=2024-10-23
Mintaválasz
Definíciók
ErrorResponse
Művelethiba hibaválasza
| Name | Típus | Description |
|---|---|---|
| code |
string |
Hibakód |
| message |
string |
A művelet sikertelen voltát jelző hibaüzenet. |