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

Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource 命名空间

接口

IBlank<ParentT>

Webhook 定义的第一个阶段。

IUpdateResource<ParentT>

作为容器注册表更新的一部分的整个 Webhook 资源更新。

IWithAttach<ParentT>

Webhook 定义的最后一个阶段。 在此阶段,可以指定任何剩余的可选设置,也可以将 Webhook 定义附加到父容器注册表定义。

IWithCustomHeaders<ParentT>

允许指定将添加到通知的自定义标头的 Webhook 定义的阶段。

IWithDefaultStatus<ParentT>

允许在创建 Webhook 后指定 Webhook 的默认状态的 Webhook 定义的阶段。

IWithOrWithoutTags<ParentT>

允许指定标记的 Webhook 定义的阶段。

IWithRepositoriesScope<ParentT>

允许指定可以触发事件的存储库范围的 Webhook 定义的阶段。

IWithServiceUri<ParentT>

允许指定发布通知的服务 URI 的 Webhook 定义的阶段。

IWithTriggerWhen<ParentT>