list Webhook Events
Lists recent events for the specified webhook. API Version: 2019-05-01.
Return
The result of a request to list events for a webhook.
Parameters
argument
null
suspend fun listWebhookEvents(registryName: String, resourceGroupName: String, webhookName: String): ListWebhookEventsResult
Return
The result of a request to list events for a webhook.
Parameters
registry Name
The name of the container registry.
resource Group Name
The name of the resource group to which the container registry belongs.
webhook Name
The name of the webhook.
See also
suspend fun listWebhookEvents(argument: suspend ListWebhookEventsPlainArgsBuilder.() -> Unit): ListWebhookEventsResult
Return
The result of a request to list events for a webhook.
Parameters
argument
Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.ListWebhookEventsPlainArgs.