Webhook interface
Web kancasını temsil eden arabirim.
Yöntemler
| create |
Yeni bir AppComplianceAutomation web kancası oluşturun veya appComplianceAutomation web kancasını güncelleştirin. |
| delete(string, string, Webhook |
AppComplianceAutomation web kancasını silin. |
| get(string, string, Webhook |
AppComplianceAutomation web kancasını ve özelliklerini alın. |
| list(string, Webhook |
AppComplianceAutomation web kancası listesini alın. |
| update(string, string, Webhook |
AppComplianceAutomation web kancasını güncelleştirin. |
Yöntem Ayrıntıları
createOrUpdate(string, string, WebhookResource, WebhookCreateOrUpdateOptionalParams)
Yeni bir AppComplianceAutomation web kancası oluşturun veya appComplianceAutomation web kancasını güncelleştirin.
function createOrUpdate(reportName: string, webhookName: string, properties: WebhookResource, options?: WebhookCreateOrUpdateOptionalParams): Promise<WebhookResource>
Parametreler
- reportName
-
string
Rapor Adı.
- webhookName
-
string
Web Kancası Adı.
- properties
- WebhookResource
Oluşturma veya güncelleştirme işlemi için parametreler
Seçenekler parametreleri.
Döndürülenler
Promise<WebhookResource>
delete(string, string, WebhookDeleteOptionalParams)
AppComplianceAutomation web kancasını silin.
function delete(reportName: string, webhookName: string, options?: WebhookDeleteOptionalParams): Promise<void>
Parametreler
- reportName
-
string
Rapor Adı.
- webhookName
-
string
Web Kancası Adı.
- options
- WebhookDeleteOptionalParams
Seçenekler parametreleri.
Döndürülenler
Promise<void>
get(string, string, WebhookGetOptionalParams)
AppComplianceAutomation web kancasını ve özelliklerini alın.
function get(reportName: string, webhookName: string, options?: WebhookGetOptionalParams): Promise<WebhookResource>
Parametreler
- reportName
-
string
Rapor Adı.
- webhookName
-
string
Web Kancası Adı.
- options
- WebhookGetOptionalParams
Seçenekler parametreleri.
Döndürülenler
Promise<WebhookResource>
list(string, WebhookListOptionalParams)
AppComplianceAutomation web kancası listesini alın.
function list(reportName: string, options?: WebhookListOptionalParams): PagedAsyncIterableIterator<WebhookResource, WebhookResource[], PageSettings>
Parametreler
- reportName
-
string
Rapor Adı.
- options
- WebhookListOptionalParams
Seçenekler parametreleri.
Döndürülenler
update(string, string, WebhookResourcePatch, WebhookUpdateOptionalParams)
AppComplianceAutomation web kancasını güncelleştirin.
function update(reportName: string, webhookName: string, properties: WebhookResourcePatch, options?: WebhookUpdateOptionalParams): Promise<WebhookResource>
Parametreler
- reportName
-
string
Rapor Adı.
- webhookName
-
string
Web Kancası Adı.
- properties
- WebhookResourcePatch
Oluşturma veya güncelleştirme işlemi için parametreler
- options
- WebhookUpdateOptionalParams
Seçenekler parametreleri.
Döndürülenler
Promise<WebhookResource>