Webhook interface
Webhook を表すインターフェイス。
メソッド
| create |
新しい AppComplianceAutomation webhook を作成するか、終了している AppComplianceAutomation webhook を更新します。 |
| delete(string, string, Webhook |
AppComplianceAutomation Webhook を削除します。 |
| get(string, string, Webhook |
AppComplianceAutomation webhook とそのプロパティを取得します。 |
| list(string, Webhook |
AppComplianceAutomation Webhook リストを取得します。 |
| update(string, string, Webhook |
終了している AppComplianceAutomation webhook を更新します。 |
メソッドの詳細
createOrUpdate(string, string, WebhookResource, WebhookCreateOrUpdateOptionalParams)
新しい AppComplianceAutomation webhook を作成するか、終了している AppComplianceAutomation webhook を更新します。
function createOrUpdate(reportName: string, webhookName: string, properties: WebhookResource, options?: WebhookCreateOrUpdateOptionalParams): Promise<WebhookResource>
パラメーター
- reportName
-
string
レポート名。
- webhookName
-
string
Webhook 名。
- properties
- WebhookResource
作成または更新操作のパラメーター
オプション パラメーター。
戻り値
Promise<WebhookResource>
delete(string, string, WebhookDeleteOptionalParams)
AppComplianceAutomation Webhook を削除します。
function delete(reportName: string, webhookName: string, options?: WebhookDeleteOptionalParams): Promise<void>
パラメーター
- reportName
-
string
レポート名。
- webhookName
-
string
Webhook 名。
- options
- WebhookDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, WebhookGetOptionalParams)
AppComplianceAutomation webhook とそのプロパティを取得します。
function get(reportName: string, webhookName: string, options?: WebhookGetOptionalParams): Promise<WebhookResource>
パラメーター
- reportName
-
string
レポート名。
- webhookName
-
string
Webhook 名。
- options
- WebhookGetOptionalParams
オプション パラメーター。
戻り値
Promise<WebhookResource>
list(string, WebhookListOptionalParams)
AppComplianceAutomation Webhook リストを取得します。
function list(reportName: string, options?: WebhookListOptionalParams): PagedAsyncIterableIterator<WebhookResource, WebhookResource[], PageSettings>
パラメーター
- reportName
-
string
レポート名。
- options
- WebhookListOptionalParams
オプション パラメーター。
戻り値
update(string, string, WebhookResourcePatch, WebhookUpdateOptionalParams)
終了している AppComplianceAutomation webhook を更新します。
function update(reportName: string, webhookName: string, properties: WebhookResourcePatch, options?: WebhookUpdateOptionalParams): Promise<WebhookResource>
パラメーター
- reportName
-
string
レポート名。
- webhookName
-
string
Webhook 名。
- properties
- WebhookResourcePatch
作成または更新操作のパラメーター
- options
- WebhookUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<WebhookResource>