Registries.WebhooksClient Interface
public static interface Registries.WebhooksClient
Grouping of registry webhook actions.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract void |
delete(String resourceGroupName, String registryName, String webhookName)
Deletes a webhook from the container registry. |
abstract Mono<Void> |
deleteAsync(String resourceGroupName, String registryName, String webhookName)
Deletes a webhook from the container registry. |
abstract Webhook |
get(String resourceGroupName, String registryName, String webhookName)
Gets the properties of the specified webhook. |
abstract Mono<Webhook> |
getAsync(String resourceGroupName, String registryName, String webhookName)
Gets the properties of the specified webhook. |
abstract
Paged |
list(String resourceGroupName, String registryName)
Lists all the webhooks for the container registry. |
abstract
Paged |
listAsync(String resourceGroupName, String registryName)
Lists all the webhooks for the container registry. |
Method Details
delete
public abstract void delete(String resourceGroupName, String registryName, String webhookName)
Deletes a webhook from the container registry.
Parameters:
deleteAsync
public abstract Mono
Deletes a webhook from the container registry.
Parameters:
Returns:
get
public abstract Webhook get(String resourceGroupName, String registryName, String webhookName)
Gets the properties of the specified webhook.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the properties of the specified webhook.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the webhooks for the container registry.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the webhooks for the container registry.
Parameters:
Returns:
Applies to
Azure SDK for Java