Bagikan melalui


WebhookOperations class

Kelas yang mewakili WebhookOperations.

Konstruktor

WebhookOperations(AutomationClientContext)

Membuat WebhookOperations.

Metode

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase)

Buat webhook yang diidentifikasi dengan nama webhook.

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)
createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, ServiceCallback<Webhook>)
deleteMethod(string, string, string, RequestOptionsBase)

Hapus webhook berdasarkan nama.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
generateUri(string, string, RequestOptionsBase)

Menghasilkan Uri untuk digunakan dalam membuat webhook.

generateUri(string, string, RequestOptionsBase, ServiceCallback<string>)
generateUri(string, string, ServiceCallback<string>)
get(string, string, string, RequestOptionsBase)

Ambil webhook yang diidentifikasi dengan nama webhook.

get(string, string, string, RequestOptionsBase, ServiceCallback<Webhook>)
get(string, string, string, ServiceCallback<Webhook>)
listByAutomationAccount(string, string, ServiceCallback<WebhookListResult>)
listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

Ambil daftar webhook.

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams, ServiceCallback<WebhookListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Ambil daftar webhook.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<WebhookListResult>)
listByAutomationAccountNext(string, ServiceCallback<WebhookListResult>)
update(string, string, string, WebhookUpdateParameters, RequestOptionsBase)

Perbarui webhook yang diidentifikasi dengan nama webhook.

update(string, string, string, WebhookUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)
update(string, string, string, WebhookUpdateParameters, ServiceCallback<Webhook>)

Detail Konstruktor

WebhookOperations(AutomationClientContext)

Membuat WebhookOperations.

new WebhookOperations(client: AutomationClientContext)

Parameter

client
AutomationClientContext

Referensi ke klien layanan.

Detail Metode

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase)

Buat webhook yang diidentifikasi dengan nama webhook.

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

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

webhookName

string

Nama webhook.

parameters
WebhookCreateOrUpdateParameters

Parameter buat atau perbarui untuk webhook.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<Models.WebhookCreateOrUpdateResponse>

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Webhook>)

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

webhookName

string

Nama webhook.

parameters
WebhookCreateOrUpdateParameters

Parameter buat atau perbarui untuk webhook.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<Webhook>

Panggilan balik

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, ServiceCallback<Webhook>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, callback: ServiceCallback<Webhook>)

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

webhookName

string

Nama webhook.

parameters
WebhookCreateOrUpdateParameters

Parameter buat atau perbarui untuk webhook.

callback

ServiceCallback<Webhook>

Panggilan balik

deleteMethod(string, string, string, RequestOptionsBase)

Hapus webhook berdasarkan nama.

function deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

webhookName

string

Nama webhook.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Promise<RestResponse>

Menjanjikan<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

webhookName

string

Nama webhook.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<void>

Panggilan balik

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, callback: ServiceCallback<void>)

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

webhookName

string

Nama webhook.

callback

ServiceCallback<void>

Panggilan balik

generateUri(string, string, RequestOptionsBase)

Menghasilkan Uri untuk digunakan dalam membuat webhook.

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

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<Models.WebhookGenerateUriResponse>

generateUri(string, string, RequestOptionsBase, ServiceCallback<string>)

function generateUri(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<string>)

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<string>

Panggilan balik

generateUri(string, string, ServiceCallback<string>)

function generateUri(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<string>)

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

callback

ServiceCallback<string>

Panggilan balik

get(string, string, string, RequestOptionsBase)

Ambil webhook yang diidentifikasi dengan nama webhook.

function get(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: RequestOptionsBase): Promise<WebhookGetResponse>

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

webhookName

string

Nama webhook.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<Models.WebhookGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<Webhook>)

function get(resourceGroupName: string, automationAccountName: string, webhookName: string, options: RequestOptionsBase, callback: ServiceCallback<Webhook>)

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

webhookName

string

Nama webhook.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<Webhook>

Panggilan balik

get(string, string, string, ServiceCallback<Webhook>)

function get(resourceGroupName: string, automationAccountName: string, webhookName: string, callback: ServiceCallback<Webhook>)

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

webhookName

string

Nama webhook.

callback

ServiceCallback<Webhook>

Panggilan balik

listByAutomationAccount(string, string, ServiceCallback<WebhookListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<WebhookListResult>)

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

callback

ServiceCallback<WebhookListResult>

Panggilan balik

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

Ambil daftar webhook.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: WebhookListByAutomationAccountOptionalParams): Promise<WebhookListByAutomationAccountResponse>

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

Mengembalikan

Menjanjikan<Models.WebhookListByAutomationAccountResponse>

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams, ServiceCallback<WebhookListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: WebhookListByAutomationAccountOptionalParams, callback: ServiceCallback<WebhookListResult>)

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

callback

ServiceCallback<WebhookListResult>

Panggilan balik

listByAutomationAccountNext(string, RequestOptionsBase)

Ambil daftar webhook.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WebhookListByAutomationAccountNextResponse>

Parameter

nextPageLink

string

NextLink dari operasi panggilan berhasil sebelumnya ke Daftar.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<Models.WebhookListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<WebhookListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WebhookListResult>)

Parameter

nextPageLink

string

NextLink dari operasi panggilan berhasil sebelumnya ke Daftar.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<WebhookListResult>

Panggilan balik

listByAutomationAccountNext(string, ServiceCallback<WebhookListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<WebhookListResult>)

Parameter

nextPageLink

string

NextLink dari operasi panggilan berhasil sebelumnya ke Daftar.

callback

ServiceCallback<WebhookListResult>

Panggilan balik

update(string, string, string, WebhookUpdateParameters, RequestOptionsBase)

Perbarui webhook yang diidentifikasi dengan nama webhook.

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

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

webhookName

string

Nama webhook.

parameters
WebhookUpdateParameters

Parameter pembaruan untuk webhook.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<Models.WebhookUpdateResponse>

update(string, string, string, WebhookUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)

function update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Webhook>)

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

webhookName

string

Nama webhook.

parameters
WebhookUpdateParameters

Parameter pembaruan untuk webhook.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<Webhook>

Panggilan balik

update(string, string, string, WebhookUpdateParameters, ServiceCallback<Webhook>)

function update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, callback: ServiceCallback<Webhook>)

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

webhookName

string

Nama webhook.

parameters
WebhookUpdateParameters

Parameter pembaruan untuk webhook.

callback

ServiceCallback<Webhook>

Panggilan balik