Package version:

Interface representing a Webhooks.

Hierarchy

  • Webhooks

Methods

  • Deletes a webhook from a container registry.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • webhookName: string

      The name of the webhook.

    • Optional options: WebhooksDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Deletes a webhook from a container registry.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • webhookName: string

      The name of the webhook.

    • Optional options: WebhooksDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets the properties of the specified webhook.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • webhookName: string

      The name of the webhook.

    • Optional options: WebhooksGetOptionalParams

      The options parameters.

    Returns Promise<Webhook>

  • Lists all the webhooks for the specified container registry.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • Optional options: WebhooksListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Webhook>

  • Lists recent events for the specified webhook.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • webhookName: string

      The name of the webhook.

    • Optional options: WebhooksListEventsOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Event>

  • Triggers a ping event to be sent to the webhook.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • webhookName: string

      The name of the webhook.

    • Optional options: WebhooksPingOptionalParams

      The options parameters.

    Returns Promise<EventInfo>

Generated using TypeDoc