Udostępnij za pośrednictwem


WebhookOperations interface

Interfejs reprezentujący element WebhookOperations.

Metody

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

Utwórz element webhook zidentyfikowany przez nazwę elementu webhook.

delete(string, string, string, WebhookDeleteOptionalParams)

Usuń element webhook według nazwy.

generateUri(string, string, WebhookGenerateUriOptionalParams)

Generuje identyfikator URI do użycia podczas tworzenia elementu webhook.

get(string, string, string, WebhookGetOptionalParams)

Pobierz element webhook zidentyfikowany przez nazwę elementu webhook.

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

Pobieranie listy elementów webhook.

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

Zaktualizuj element webhook zidentyfikowany przez nazwę elementu webhook.

Szczegóły metody

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

Utwórz element webhook zidentyfikowany przez nazwę elementu webhook.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

webhookName

string

Nazwa elementu webhook.

parameters
WebhookCreateOrUpdateParameters

Parametry tworzenia lub aktualizowania elementu webhook.

options
WebhookCreateOrUpdateOptionalParams

Parametry opcji.

Zwraca

Promise<Webhook>

delete(string, string, string, WebhookDeleteOptionalParams)

Usuń element webhook według nazwy.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

webhookName

string

Nazwa elementu webhook.

options
WebhookDeleteOptionalParams

Parametry opcji.

Zwraca

Promise<void>

generateUri(string, string, WebhookGenerateUriOptionalParams)

Generuje identyfikator URI do użycia podczas tworzenia elementu webhook.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

options
WebhookGenerateUriOptionalParams

Parametry opcji.

Zwraca

get(string, string, string, WebhookGetOptionalParams)

Pobierz element webhook zidentyfikowany przez nazwę elementu webhook.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

webhookName

string

Nazwa elementu webhook.

options
WebhookGetOptionalParams

Parametry opcji.

Zwraca

Promise<Webhook>

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

Pobieranie listy elementów webhook.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

Zwraca

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

Zaktualizuj element webhook zidentyfikowany przez nazwę elementu webhook.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

webhookName

string

Nazwa elementu webhook.

parameters
WebhookUpdateParameters

Parametry aktualizacji elementu webhook.

options
WebhookUpdateOptionalParams

Parametry opcji.

Zwraca

Promise<Webhook>