Uses of Interface
com.azure.resourcemanager.containerregistry.models.Webhook
-
Packages that use Webhook Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of Webhook in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return Webhook Modifier and Type Method Description WebhookRegistries.WebhooksClient. get(String resourceGroupName, String registryName, String webhookName)Gets the properties of the specified webhook.WebhookWebhookOperations. get(String webhookName)Gets the properties of the specified webhook.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type Webhook Modifier and Type Method Description Mono<Webhook>Registries.WebhooksClient. getAsync(String resourceGroupName, String registryName, String webhookName)Gets the properties of the specified webhook.Mono<Webhook>WebhookOperations. getAsync(String webhookName)Gets the properties of the specified webhook.com.azure.core.http.rest.PagedIterable<Webhook>Registries.WebhooksClient. list(String resourceGroupName, String registryName)Lists all the webhooks for the container registry.com.azure.core.http.rest.PagedIterable<Webhook>WebhookOperations. list()Lists all the webhooks for the container registry.com.azure.core.http.rest.PagedFlux<Webhook>Registries.WebhooksClient. listAsync(String resourceGroupName, String registryName)Lists all the webhooks for the container registry.com.azure.core.http.rest.PagedFlux<Webhook>WebhookOperations. listAsync()Lists all the webhooks for the container registry.
-