Condividi tramite


IWebhookOperations Interfaccia

Definizione

Operazioni webhookOperations.

public interface IWebhookOperations
type IWebhookOperations = interface
Public Interface IWebhookOperations

Metodi

CreateOrUpdateAsync(String, String, WebhookCreateOrUpdateParameters, CancellationToken)

Operazioni webhookOperations.

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

Creare il webhook identificato dal nome webhook. http://aka.ms/azureautomationsdk/webhookoperations

DeleteAsync(String, String, String, CancellationToken)

Operazioni webhookOperations.

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

Eliminare il webhook per nome. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(String, String, CancellationToken)

Operazioni webhookOperations.

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

Genera un URI da usare per la creazione di un webhook. http://aka.ms/azureautomationsdk/webhookoperations

GetAsync(String, String, String, CancellationToken)

Operazioni webhookOperations.

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

Recuperare il webhook identificato dal nome webhook. http://aka.ms/azureautomationsdk/webhookoperations

ListAsync(String, String, String, CancellationToken)

Operazioni webhookOperations.

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

Recuperare un elenco di webhook. http://aka.ms/azureautomationsdk/webhookoperations

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

Recuperare un elenco di webhook. http://aka.ms/azureautomationsdk/webhookoperations

ListNextAsync(String, CancellationToken)

Operazioni webhookOperations.

PatchAsync(String, String, WebhookPatchParameters, CancellationToken)

Operazioni webhookOperations.

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

Aggiornare il webhook identificato dal nome webhook. http://aka.ms/azureautomationsdk/webhookoperations

Metodi di estensione

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Operazioni webhookOperations.

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

Creare il webhook identificato dal nome webhook. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Operazioni webhookOperations.

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

Creare il webhook identificato dal nome webhook. http://aka.ms/azureautomationsdk/webhookoperations

Delete(IWebhookOperations, String, String, String)

Eliminare il webhook per nome. http://aka.ms/azureautomationsdk/webhookoperations

DeleteAsync(IWebhookOperations, String, String, String)

Operazioni webhookOperations.

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

Eliminare il webhook per nome. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUri(IWebhookOperations, String, String)

Genera un URI da usare per la creazione di un webhook. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(IWebhookOperations, String, String)

Operazioni webhookOperations.

GenerateUriAsync(IWebhookOperations, String, String, CancellationToken)

Genera un URI da usare per la creazione di un webhook. http://aka.ms/azureautomationsdk/webhookoperations

Get(IWebhookOperations, String, String, String)

Recuperare il webhook identificato dal nome webhook. http://aka.ms/azureautomationsdk/webhookoperations

GetAsync(IWebhookOperations, String, String, String)

Operazioni webhookOperations.

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

Recuperare il webhook identificato dal nome webhook. http://aka.ms/azureautomationsdk/webhookoperations

List(IWebhookOperations, String, String, String)

Operazioni webhookOperations.

ListAsync(IWebhookOperations, String, String, String)

Operazioni webhookOperations.

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

Recuperare un elenco di webhook. http://aka.ms/azureautomationsdk/webhookoperations

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

Recuperare un elenco di webhook. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNext(IWebhookOperations, String)

Recuperare un elenco di webhook. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNextAsync(IWebhookOperations, String, CancellationToken)

Recuperare un elenco di webhook. http://aka.ms/azureautomationsdk/webhookoperations

ListNext(IWebhookOperations, String)

Operazioni webhookOperations.

ListNextAsync(IWebhookOperations, String)

Operazioni webhookOperations.

Patch(IWebhookOperations, String, String, WebhookPatchParameters)

Operazioni webhookOperations.

PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters)

Operazioni webhookOperations.

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

Aggiornare il webhook identificato dal nome webhook. http://aka.ms/azureautomationsdk/webhookoperations

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

Aggiornare il webhook identificato dal nome webhook. http://aka.ms/azureautomationsdk/webhookoperations

Si applica a