WebhooksOperationsExtensions Class

Definition

Extension methods for WebhooksOperations.

public static class WebhooksOperationsExtensions
type WebhooksOperationsExtensions = class
Public Module WebhooksOperationsExtensions
Inheritance
WebhooksOperationsExtensions

Methods

BeginCreate(IWebhooksOperations, String, String, String, WebhookCreateParameters)

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

BeginCreateAsync(IWebhooksOperations, String, String, String, WebhookCreateParameters, CancellationToken)

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

BeginDelete(IWebhooksOperations, String, String, String)

Deletes a webhook from a container registry.

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

Deletes a webhook from a container registry.

BeginUpdate(IWebhooksOperations, String, String, String, WebhookUpdateParameters)

Updates a webhook with the specified parameters.

BeginUpdateAsync(IWebhooksOperations, String, String, String, WebhookUpdateParameters, CancellationToken)

Updates a webhook with the specified parameters.

Create(IWebhooksOperations, String, String, String, WebhookCreateParameters)

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

CreateAsync(IWebhooksOperations, String, String, String, WebhookCreateParameters, CancellationToken)

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

Delete(IWebhooksOperations, String, String, String)

Deletes a webhook from a container registry.

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

Deletes a webhook from a container registry.

Get(IWebhooksOperations, String, String, String)

Gets the properties of the specified webhook.

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

Gets the properties of the specified webhook.

GetCallbackConfig(IWebhooksOperations, String, String, String)

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

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

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

List(IWebhooksOperations, String, String)

Lists all the webhooks for the specified container registry.

ListAsync(IWebhooksOperations, String, String, CancellationToken)

Lists all the webhooks for the specified container registry.

ListEvents(IWebhooksOperations, String, String, String)

Lists recent events for the specified webhook.

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

Lists recent events for the specified webhook.

ListEventsNext(IWebhooksOperations, String)

Lists recent events for the specified webhook.

ListEventsNextAsync(IWebhooksOperations, String, CancellationToken)

Lists recent events for the specified webhook.

ListNext(IWebhooksOperations, String)

Lists all the webhooks for the specified container registry.

ListNextAsync(IWebhooksOperations, String, CancellationToken)

Lists all the webhooks for the specified container registry.

Ping(IWebhooksOperations, String, String, String)

Triggers a ping event to be sent to the webhook.

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

Triggers a ping event to be sent to the webhook.

Update(IWebhooksOperations, String, String, String, WebhookUpdateParameters)

Updates a webhook with the specified parameters.

UpdateAsync(IWebhooksOperations, String, String, String, WebhookUpdateParameters, CancellationToken)

Updates a webhook with the specified parameters.

Applies to