Triggers - Delete
Taramayla ilişkili tetikleyiciyi siler.
DELETE {endpoint}/scan/datasources/{dataSourceName}/scans/{scanName}/triggers/default?api-version=2023-09-01
URI Parametreleri
| Name | İçinde | Gerekli | Tür | Description |
|---|---|---|---|---|
|
data
|
path | True |
string minLength: 3maxLength: 63 pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ |
dataSource adı. |
|
endpoint
|
path | True |
string (url) |
purview hesabınızın tarama uç noktası. Örnek: https://{accountName}.purview.azure.com. |
|
scan
|
path | True |
string minLength: 3maxLength: 63 pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ |
Tarama adı. |
|
api-version
|
query | True |
string |
Kullanılacak api sürümü. |
Yanıtlar
| Name | Tür | Description |
|---|---|---|
| 204 No Content |
Başarı. |
|
| Other Status Codes |
Tarama Hizmeti'nden alınan bir hata yanıtı. Üst Bilgiler x-ms-error-code: string |
Güvenlik
azure_auth
Azure Active Directory OAuth2 Akışı.
Tür:
oauth2
Akış:
implicit
Yetkilendirme URL’si:
https://login.microsoftonline.com/common/oauth2/authorize
Kapsamlar
| Name | Description |
|---|---|
| user_impersonation | kullanıcı hesabınızın kimliğine bürünme |
Örnekler
Triggers_Delete
Örnek isteği
DELETE {endpoint}/scan/datasources/DataSource1/scans/Scan1/triggers/default?api-version=2023-09-01
Örnek yanıt
x-ms-request-id: d5496da4-9c52-402f-b067-83cc9ddea888
Tanımlar
| Name | Description |
|---|---|
|
Error |
Hata modeli. |
|
Error |
Hata yanıtı modeli. |
ErrorModel
Hata modeli.
| Name | Tür | Description |
|---|---|---|
| code |
string |
Belirli bir hatayı tanımlayan benzersiz bir hata kodu. |
| details |
Ek hata ayrıntıları sağlayan iç içe errorModel nesneleri dizisi. |
|
| message |
string |
Hata hakkında daha fazla ayrıntı sağlayan, okunabilir bir hata iletisi. |
| target |
string |
Hatanın ilişkili olduğu belirli bileşen. |
ErrorResponseModel
Hata yanıtı modeli.
| Name | Tür | Description |
|---|---|---|
| error |
Hata modeli. |