Share via


IWebhookOperations Rozhraní

Definice

Operace WebhookOperations.

public interface IWebhookOperations
type IWebhookOperations = interface
Public Interface IWebhookOperations

Metody

CreateOrUpdateAsync(String, String, WebhookCreateOrUpdateParameters, CancellationToken)

Operace WebhookOperations.

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

Vytvořte webhook označený názvem webhooku. http://aka.ms/azureautomationsdk/webhookoperations

DeleteAsync(String, String, String, CancellationToken)

Operace WebhookOperations.

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

Odstraňte webhook podle názvu. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(String, String, CancellationToken)

Operace WebhookOperations.

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

Vygeneruje identifikátor URI pro použití při vytváření webhooku. http://aka.ms/azureautomationsdk/webhookoperations

GetAsync(String, String, String, CancellationToken)

Operace WebhookOperations.

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

Načtěte webhook identifikovaný názvem webhooku. http://aka.ms/azureautomationsdk/webhookoperations

ListAsync(String, String, String, CancellationToken)

Operace WebhookOperations.

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

Načte seznam webhooků. http://aka.ms/azureautomationsdk/webhookoperations

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

Načte seznam webhooků. http://aka.ms/azureautomationsdk/webhookoperations

ListNextAsync(String, CancellationToken)

Operace WebhookOperations.

PatchAsync(String, String, WebhookPatchParameters, CancellationToken)

Operace WebhookOperations.

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

Aktualizujte webhook identifikovaný názvem webhooku. http://aka.ms/azureautomationsdk/webhookoperations

Metody rozšíření

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Operace WebhookOperations.

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

Vytvořte webhook označený názvem webhooku. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Operace WebhookOperations.

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

Vytvořte webhook označený názvem webhooku. http://aka.ms/azureautomationsdk/webhookoperations

Delete(IWebhookOperations, String, String, String)

Odstraňte webhook podle názvu. http://aka.ms/azureautomationsdk/webhookoperations

DeleteAsync(IWebhookOperations, String, String, String)

Operace WebhookOperations.

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

Odstraňte webhook podle názvu. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUri(IWebhookOperations, String, String)

Vygeneruje identifikátor URI pro použití při vytváření webhooku. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(IWebhookOperations, String, String)

Operace WebhookOperations.

GenerateUriAsync(IWebhookOperations, String, String, CancellationToken)

Vygeneruje identifikátor URI pro použití při vytváření webhooku. http://aka.ms/azureautomationsdk/webhookoperations

Get(IWebhookOperations, String, String, String)

Načtěte webhook identifikovaný názvem webhooku. http://aka.ms/azureautomationsdk/webhookoperations

GetAsync(IWebhookOperations, String, String, String)

Operace WebhookOperations.

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

Načtěte webhook identifikovaný názvem webhooku. http://aka.ms/azureautomationsdk/webhookoperations

List(IWebhookOperations, String, String, String)

Operace WebhookOperations.

ListAsync(IWebhookOperations, String, String, String)

Operace WebhookOperations.

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

Načte seznam webhooků. http://aka.ms/azureautomationsdk/webhookoperations

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

Načte seznam webhooků. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNext(IWebhookOperations, String)

Načte seznam webhooků. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNextAsync(IWebhookOperations, String, CancellationToken)

Načte seznam webhooků. http://aka.ms/azureautomationsdk/webhookoperations

ListNext(IWebhookOperations, String)

Operace WebhookOperations.

ListNextAsync(IWebhookOperations, String)

Operace WebhookOperations.

Patch(IWebhookOperations, String, String, WebhookPatchParameters)

Operace WebhookOperations.

PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters)

Operace WebhookOperations.

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

Aktualizujte webhook identifikovaný názvem webhooku. http://aka.ms/azureautomationsdk/webhookoperations

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

Aktualizujte webhook identifikovaný názvem webhooku. http://aka.ms/azureautomationsdk/webhookoperations

Platí pro