你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerRegistryWebhookCreateOrUpdateContent 类

定义

用于创建 Webhook 的参数。

public class ContainerRegistryWebhookCreateOrUpdateContent
type ContainerRegistryWebhookCreateOrUpdateContent = class
Public Class ContainerRegistryWebhookCreateOrUpdateContent
继承
ContainerRegistryWebhookCreateOrUpdateContent

构造函数

ContainerRegistryWebhookCreateOrUpdateContent(AzureLocation)

初始化 ContainerRegistryWebhookCreateOrUpdateContent 的新实例。

属性

Actions

触发 Webhook 发布通知的操作列表。

CustomHeaders

将添加到 Webhook 通知的自定义标头。

Location

Webhook 的位置。 创建资源后,无法更改此情况。

Scope

可以触发事件的存储库范围。 例如,“foo:*”表示存储库“foo”下所有标记的事件。 “foo:bar”仅表示“foo:bar”的事件。 “foo”等效于“foo:latest”。 空表示所有事件。

ServiceUri

用于发布通知的 Webhook 的服务 URI。

Status

调用操作时 Webhook 的状态。

Tags

Webhook 的标记。

适用于