Aracılığıyla paylaş


WebhookOperations interface

WebhookOperations'ı temsil eden arabirim.

Yöntemler

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

Web kancası adıyla tanımlanan web kancasını oluşturun.

delete(string, string, string, WebhookDeleteOptionalParams)

Web kancasını ada göre silin.

generateUri(string, string, WebhookGenerateUriOptionalParams)

Web kancası oluştururken kullanmak üzere bir Uri oluşturur.

get(string, string, string, WebhookGetOptionalParams)

Web kancası adıyla tanımlanan web kancasını alın.

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

Web kancalarının listesini alın.

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

Web kancası adıyla tanımlanan web kancasını güncelleştirin.

Yöntem Ayrıntıları

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

Web kancası adıyla tanımlanan web kancasını oluşturun.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

webhookName

string

Web kancası adı.

parameters
WebhookCreateOrUpdateParameters

Web kancası için oluşturma veya güncelleştirme parametreleri.

options
WebhookCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Webhook>

delete(string, string, string, WebhookDeleteOptionalParams)

Web kancasını ada göre silin.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

webhookName

string

Web kancası adı.

options
WebhookDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

generateUri(string, string, WebhookGenerateUriOptionalParams)

Web kancası oluştururken kullanmak üzere bir Uri oluşturur.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

options
WebhookGenerateUriOptionalParams

Seçenekler parametreleri.

Döndürülenler

get(string, string, string, WebhookGetOptionalParams)

Web kancası adıyla tanımlanan web kancasını alın.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

webhookName

string

Web kancası adı.

options
WebhookGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Webhook>

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

Web kancalarının listesini alın.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

options
WebhookListByAutomationAccountOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

Web kancası adıyla tanımlanan web kancasını güncelleştirin.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

webhookName

string

Web kancası adı.

parameters
WebhookUpdateParameters

Web kancası için güncelleştirme parametreleri.

options
WebhookUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Webhook>