Share via


IWebhookOperations Interfaz

Definición

Operaciones de WebhookOperations.

public interface IWebhookOperations
type IWebhookOperations = interface
Public Interface IWebhookOperations

Métodos

CreateOrUpdateAsync(String, String, WebhookCreateOrUpdateParameters, CancellationToken)

Operaciones de WebhookOperations.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, WebhookCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

DeleteAsync(String, String, String, CancellationToken)

Operaciones de WebhookOperations.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GenerateUriAsync(String, String, CancellationToken)

Operaciones de WebhookOperations.

GenerateUriWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetAsync(String, String, String, CancellationToken)

Operaciones de WebhookOperations.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListAsync(String, String, String, CancellationToken)

Operaciones de WebhookOperations.

ListByAutomationAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByAutomationAccountWithHttpMessagesAsync(String, String, ODataQuery<Webhook>, Dictionary<String,List<String>>, CancellationToken)

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

ListNextAsync(String, CancellationToken)

Operaciones de WebhookOperations.

PatchAsync(String, String, WebhookPatchParameters, CancellationToken)

Operaciones de WebhookOperations.

UpdateWithHttpMessagesAsync(String, String, String, WebhookUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

Métodos de extensión

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Operaciones de WebhookOperations.

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

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

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Operaciones de WebhookOperations.

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

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

Delete(IWebhookOperations, String, String, String)

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

DeleteAsync(IWebhookOperations, String, String, String)

Operaciones de 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)

Operaciones de 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)

Operaciones de 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)

Operaciones de WebhookOperations.

ListAsync(IWebhookOperations, String, String, String)

Operaciones de 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)

Operaciones de WebhookOperations.

ListNextAsync(IWebhookOperations, String)

Operaciones de WebhookOperations.

Patch(IWebhookOperations, String, String, WebhookPatchParameters)

Operaciones de WebhookOperations.

PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters)

Operaciones de 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