Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Webhooks

Package version

Interface representing a Webhooks.

Hierarchy

  • Webhooks

Implemented by

Index

Methods

beginCreate

beginCreateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksDeleteOptionalParams): 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<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksDeleteOptionalParams): Promise<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>

beginUpdate

beginUpdateAndWait

get

  • 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<WebhooksGetResponse>

getCallbackConfig

list

  • 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>

listEvents

  • 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>

ping

  • 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<WebhooksPingResponse>

Generated using TypeDoc