IWebhooksOperations Interface

Definition

WebhooksOperations operations.

public interface IWebhooksOperations
type IWebhooksOperations = interface
Public Interface IWebhooksOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, WebhookCreateParametersInner, Dictionary<String,List<String>>, CancellationToken)

Creates a webhook for a container registry with the specified parameters.

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

Deletes a webhook from a container registry.

BeginUpdateWithHttpMessagesAsync(String, String, String, WebhookUpdateParametersInner, Dictionary<String,List<String>>, CancellationToken)

Updates a webhook with the specified parameters.

CreateWithHttpMessagesAsync(String, String, String, WebhookCreateParametersInner, Dictionary<String,List<String>>, CancellationToken)

Creates a webhook for a container registry with the specified parameters.

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

Deletes a webhook from a container registry.

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

Gets the configuration of service URI and custom headers for the webhook.

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

Gets the properties of the specified webhook.

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

Lists recent events for the specified webhook.

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

Lists recent events for the specified webhook.

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

Lists all the webhooks for the specified container registry.

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

Lists all the webhooks for the specified container registry.

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

Triggers a ping event to be sent to the webhook.

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

Updates a webhook with the specified parameters.

Extension Methods

BeginCreateAsync(IWebhooksOperations, String, String, String, WebhookCreateParametersInner, CancellationToken)

Creates a webhook for a container registry with the specified parameters.

BeginDeleteAsync(IWebhooksOperations, String, String, String, CancellationToken)

Deletes a webhook from a container registry.

BeginUpdateAsync(IWebhooksOperations, String, String, String, WebhookUpdateParametersInner, CancellationToken)

Updates a webhook with the specified parameters.

CreateAsync(IWebhooksOperations, String, String, String, WebhookCreateParametersInner, CancellationToken)

Creates a webhook for a container registry with the specified parameters.

DeleteAsync(IWebhooksOperations, String, String, String, CancellationToken)

Deletes a webhook from a container registry.

GetAsync(IWebhooksOperations, String, String, String, CancellationToken)

Gets the properties of the specified webhook.

GetCallbackConfigAsync(IWebhooksOperations, String, String, String, CancellationToken)

Gets the configuration of service URI and custom headers for the webhook.

ListAsync(IWebhooksOperations, String, String, CancellationToken)

Lists all the webhooks for the specified container registry.

ListEventsAsync(IWebhooksOperations, String, String, String, CancellationToken)

Lists recent events for the specified webhook.

ListEventsNextAsync(IWebhooksOperations, String, CancellationToken)

Lists recent events for the specified webhook.

ListNextAsync(IWebhooksOperations, String, CancellationToken)

Lists all the webhooks for the specified container registry.

PingAsync(IWebhooksOperations, String, String, String, CancellationToken)

Triggers a ping event to be sent to the webhook.

UpdateAsync(IWebhooksOperations, String, String, String, WebhookUpdateParametersInner, CancellationToken)

Updates a webhook with the specified parameters.

Applies to