Compartilhar via


IWebhookOperations Interface

Definição

Operações webhookOperations.

public interface IWebhookOperations
type IWebhookOperations = interface
Public Interface IWebhookOperations

Métodos

CreateOrUpdateAsync(String, String, WebhookCreateOrUpdateParameters, CancellationToken)

Operações webhookOperations.

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

Crie o webhook identificado pelo nome do webhook. http://aka.ms/azureautomationsdk/webhookoperations

DeleteAsync(String, String, String, CancellationToken)

Operações webhookOperations.

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

Exclua o webhook por nome. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(String, String, CancellationToken)

Operações webhookOperations.

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

Gera um URI para uso na criação de um webhook. http://aka.ms/azureautomationsdk/webhookoperations

GetAsync(String, String, String, CancellationToken)

Operações webhookOperations.

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

Recupere o webhook identificado pelo nome do webhook. http://aka.ms/azureautomationsdk/webhookoperations

ListAsync(String, String, String, CancellationToken)

Operações webhookOperations.

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

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

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

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

ListNextAsync(String, CancellationToken)

Operações webhookOperations.

PatchAsync(String, String, WebhookPatchParameters, CancellationToken)

Operações webhookOperations.

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

Atualize o webhook identificado pelo nome do webhook. http://aka.ms/azureautomationsdk/webhookoperations

Métodos de Extensão

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Operações webhookOperations.

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

Crie o webhook identificado pelo nome do webhook. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Operações webhookOperations.

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

Crie o webhook identificado pelo nome do webhook. http://aka.ms/azureautomationsdk/webhookoperations

Delete(IWebhookOperations, String, String, String)

Exclua o webhook por nome. http://aka.ms/azureautomationsdk/webhookoperations

DeleteAsync(IWebhookOperations, String, String, String)

Operações webhookOperations.

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

Exclua o webhook por nome. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUri(IWebhookOperations, String, String)

Gera um URI para uso na criação de um webhook. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(IWebhookOperations, String, String)

Operações webhookOperations.

GenerateUriAsync(IWebhookOperations, String, String, CancellationToken)

Gera um URI para uso na criação de um webhook. http://aka.ms/azureautomationsdk/webhookoperations

Get(IWebhookOperations, String, String, String)

Recupere o webhook identificado pelo nome do webhook. http://aka.ms/azureautomationsdk/webhookoperations

GetAsync(IWebhookOperations, String, String, String)

Operações webhookOperations.

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

Recupere o webhook identificado pelo nome do webhook. http://aka.ms/azureautomationsdk/webhookoperations

List(IWebhookOperations, String, String, String)

Operações webhookOperations.

ListAsync(IWebhookOperations, String, String, String)

Operações webhookOperations.

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

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

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

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

ListByAutomationAccountNext(IWebhookOperations, String)

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

ListByAutomationAccountNextAsync(IWebhookOperations, String, CancellationToken)

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

ListNext(IWebhookOperations, String)

Operações webhookOperations.

ListNextAsync(IWebhookOperations, String)

Operações webhookOperations.

Patch(IWebhookOperations, String, String, WebhookPatchParameters)

Operações webhookOperations.

PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters)

Operações webhookOperations.

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

Atualize o webhook identificado pelo nome do webhook. http://aka.ms/azureautomationsdk/webhookoperations

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

Atualize o webhook identificado pelo nome do webhook. http://aka.ms/azureautomationsdk/webhookoperations

Aplica-se a