WebhookOperationsExtensions Clase

Definición

Métodos de extensión para WebhookOperations.

public static class WebhookOperationsExtensions
type WebhookOperationsExtensions = class
Public Module WebhookOperationsExtensions
Herencia
WebhookOperationsExtensions

Métodos

CreateOrUpdate(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters)

Cree el webhook identificado por el nombre del webhook. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Métodos de extensión para WebhookOperations.

CreateOrUpdateAsync(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters, CancellationToken)

Cree el webhook identificado por el nombre del webhook. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Métodos de extensión para WebhookOperations.

Delete(IWebhookOperations, String, String, String)

Elimine el webhook por nombre. http://aka.ms/azureautomationsdk/webhookoperations

DeleteAsync(IWebhookOperations, String, String, String)

Métodos de extensión para WebhookOperations.

DeleteAsync(IWebhookOperations, String, String, String, CancellationToken)

Elimine el webhook por nombre. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUri(IWebhookOperations, String, String)

Genera un URI para su uso en la creación de un webhook. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(IWebhookOperations, String, String)

Métodos de extensión para WebhookOperations.

GenerateUriAsync(IWebhookOperations, String, String, CancellationToken)

Genera un URI para su uso en la creación de un webhook. http://aka.ms/azureautomationsdk/webhookoperations

Get(IWebhookOperations, String, String, String)

Recupere el webhook identificado por el nombre del webhook. http://aka.ms/azureautomationsdk/webhookoperations

GetAsync(IWebhookOperations, String, String, String)

Métodos de extensión para WebhookOperations.

GetAsync(IWebhookOperations, String, String, String, CancellationToken)

Recupere el webhook identificado por el nombre del webhook. http://aka.ms/azureautomationsdk/webhookoperations

List(IWebhookOperations, String, String, String)

Métodos de extensión para WebhookOperations.

ListAsync(IWebhookOperations, String, String, String)

Métodos de extensión para WebhookOperations.

ListByAutomationAccount(IWebhookOperations, String, String, ODataQuery<Webhook>)

Recupere una lista de webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountAsync(IWebhookOperations, String, String, ODataQuery<Webhook>, CancellationToken)

Recupere una lista de webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNext(IWebhookOperations, String)

Recupere una lista de webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNextAsync(IWebhookOperations, String, CancellationToken)

Recupere una lista de webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListNext(IWebhookOperations, String)

Métodos de extensión para WebhookOperations.

ListNextAsync(IWebhookOperations, String)

Métodos de extensión para WebhookOperations.

Patch(IWebhookOperations, String, String, WebhookPatchParameters)

Métodos de extensión para WebhookOperations.

PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters)

Métodos de extensión para WebhookOperations.

Update(IWebhookOperations, String, String, String, WebhookUpdateParameters)

Actualice el webhook identificado por el nombre del webhook. http://aka.ms/azureautomationsdk/webhookoperations

UpdateAsync(IWebhookOperations, String, String, String, WebhookUpdateParameters, CancellationToken)

Actualice el webhook identificado por el nombre del webhook. http://aka.ms/azureautomationsdk/webhookoperations

Se aplica a