共用方式為


WebhookOperations interface

代表 WebhookOperations 的介面。

方法

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, WebhookCreateOrUpdateOptionalParams)

建立 Webhook 名稱所識別的 Webhook。

delete(string, string, string, WebhookDeleteOptionalParams)

依名稱刪除 Webhook。

generateUri(string, string, WebhookGenerateUriOptionalParams)

產生用於建立 Webhook 的 URI。

get(string, string, string, WebhookGetOptionalParams)

擷取 Webhook 名稱所識別的 Webhook。

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

擷取 Webhook 的清單。

update(string, string, string, WebhookUpdateParameters, WebhookUpdateOptionalParams)

更新 Webhook 名稱所識別的 Webhook。

方法詳細資料

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, WebhookCreateOrUpdateOptionalParams)

建立 Webhook 名稱所識別的 Webhook。

function createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, options?: WebhookCreateOrUpdateOptionalParams): Promise<Webhook>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

webhookName

string

Webhook 名稱。

parameters
WebhookCreateOrUpdateParameters

Webhook 的建立或更新參數。

options
WebhookCreateOrUpdateOptionalParams

選項參數。

傳回

Promise<Webhook>

delete(string, string, string, WebhookDeleteOptionalParams)

依名稱刪除 Webhook。

function delete(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: WebhookDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

webhookName

string

Webhook 名稱。

options
WebhookDeleteOptionalParams

選項參數。

傳回

Promise<void>

generateUri(string, string, WebhookGenerateUriOptionalParams)

產生用於建立 Webhook 的 URI。

function generateUri(resourceGroupName: string, automationAccountName: string, options?: WebhookGenerateUriOptionalParams): Promise<WebhookGenerateUriResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

options
WebhookGenerateUriOptionalParams

選項參數。

傳回

get(string, string, string, WebhookGetOptionalParams)

擷取 Webhook 名稱所識別的 Webhook。

function get(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: WebhookGetOptionalParams): Promise<Webhook>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

webhookName

string

Webhook 名稱。

options
WebhookGetOptionalParams

選項參數。

傳回

Promise<Webhook>

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

擷取 Webhook 的清單。

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: WebhookListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Webhook, Webhook[], PageSettings>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

傳回

update(string, string, string, WebhookUpdateParameters, WebhookUpdateOptionalParams)

更新 Webhook 名稱所識別的 Webhook。

function update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, options?: WebhookUpdateOptionalParams): Promise<Webhook>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

webhookName

string

Webhook 名稱。

parameters
WebhookUpdateParameters

Webhook 的更新參數。

options
WebhookUpdateOptionalParams

選項參數。

傳回

Promise<Webhook>