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

IUpdate 接口

定义

整个 Webhook 更新。

public interface IUpdate : Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IWithCustomHeaders, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IWithDefaultStatus, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IWithRepositoriesScope, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IWithServiceUri, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IWithTriggerWhen, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook>
type IUpdate = interface
    interface IWithTriggerWhen
    interface IWithServiceUri
    interface IWithCustomHeaders
    interface IWithRepositoriesScope
    interface IWithDefaultStatus
    interface IUpdateWithTags<IUpdate>
    interface IAppliable<IWebhook>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of IWebhook), IUpdateWithTags(Of IUpdate), IWithCustomHeaders, IWithDefaultStatus, IWithRepositoriesScope, IWithServiceUri, IWithTriggerWhen
实现

属性

Key

整个 Webhook 更新。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
Enabled(Boolean)

指定 Webhook 的默认状态;默认值为“enabled”。

(继承自 IWithDefaultStatus)
WithCustomHeader(String, String)

指定将添加到通知的自定义标头。 对此方法的连续调用将添加其他标头。

(继承自 IWithCustomHeaders)
WithCustomHeaders(IDictionary<String,String>)

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

(继承自 IWithCustomHeaders)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithRepositoriesScope(String)

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

(继承自 IWithRepositoriesScope)
WithServiceUri(String)

指定发布通知的服务 URI。

(继承自 IWithServiceUri)
WithTag(String, String)

将标记添加到资源。

(继承自 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IUpdateWithTags<T>)
WithTriggerWhen(String[])

指定将触发 Webhook 通知的操作。

(继承自 IWithTriggerWhen)

适用于