Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
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.
|