listWebhookEvents

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

registryName

The name of the container registry.

resourceGroupName

The name of the resource group to which the container registry belongs.

webhookName

The name of the webhook.

See also


Return

The result of a request to list events for a webhook.

Parameters

argument

Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.ListWebhookEventsPlainArgs.

See also