Compartilhar via


WebhookOperationsExtensions Classe

Definição

Métodos de extensão para WebhookOperations.

public static class WebhookOperationsExtensions
type WebhookOperationsExtensions = class
Public Module WebhookOperationsExtensions
Herança
WebhookOperationsExtensions

Métodos

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

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

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Métodos de extensão para WebhookOperations.

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

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

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Métodos de extensão para WebhookOperations.

Delete(IWebhookOperations, String, String, String)

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

DeleteAsync(IWebhookOperations, String, String, String)

Métodos de extensão para WebhookOperations.

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

Exclua o webhook pelo 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)

Métodos de extensão para 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)

Métodos de extensão para 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)

Métodos de extensão para WebhookOperations.

ListAsync(IWebhookOperations, String, String, String)

Métodos de extensão para 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)

Métodos de extensão para WebhookOperations.

ListNextAsync(IWebhookOperations, String)

Métodos de extensão para WebhookOperations.

Patch(IWebhookOperations, String, String, WebhookPatchParameters)

Métodos de extensão para WebhookOperations.

PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters)

Métodos de extensão para 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