Skip to main content

webhooks

Overview

Namewebhooks
TypeResource
Idazure.container_registry.webhooks

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
namestringThe name of the resource
propertiesobjectThe properties of a webhook.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTregistryName, resourceGroupName, subscriptionId, webhookNameGets the properties of the specified webhook.
listSELECTregistryName, resourceGroupName, subscriptionIdLists all the webhooks for the specified container registry.
createINSERTregistryName, resourceGroupName, subscriptionId, webhookName, data__locationCreates a webhook for a container registry with the specified parameters.
deleteDELETEregistryName, resourceGroupName, subscriptionId, webhookNameDeletes a webhook from a container registry.
_listEXECregistryName, resourceGroupName, subscriptionIdLists all the webhooks for the specified container registry.
pingEXECregistryName, resourceGroupName, subscriptionId, webhookNameTriggers a ping event to be sent to the webhook.
updateEXECregistryName, resourceGroupName, subscriptionId, webhookNameUpdates a webhook with the specified parameters.