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

IWebhook 接口

定义

一个 对象,表示容器注册表的 Webhook。

public interface IWebhook : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook,Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.WebhookInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate>
type IWebhook = interface
    interface IBeta
    interface IExternalChildResource<IWebhook, IRegistry>
    interface IChildResource<IRegistry>
    interface IHasName
    interface IIndexable
    interface IHasParent<IRegistry>
    interface IRefreshable<IWebhook>
    interface IResource
    interface IHasId
    interface IHasInner<WebhookInner>
    interface IUpdatable<IUpdate>
Public Interface IWebhook
Implements IBeta, IChildResource(Of IRegistry), IExternalChildResource(Of IWebhook, IRegistry), IHasInner(Of WebhookInner), IHasParent(Of IRegistry), IRefreshable(Of IWebhook), IResource, IUpdatable(Of IUpdate)
实现

属性

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

一个 对象,表示容器注册表的 Webhook。

(继承自 IHasInner<T>)
Key

一个 对象,表示容器注册表的 Webhook。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
Region

一个 对象,表示容器注册表的 Webhook。

(继承自 IResource)
RegionName

一个 对象,表示容器注册表的 Webhook。

(继承自 IResource)
Tags

一个 对象,表示容器注册表的 Webhook。

(继承自 IResource)
Type

一个 对象,表示容器注册表的 Webhook。

(继承自 IResource)

方法

CustomHeaders()

一个 对象,表示容器注册表的 Webhook。

Disable()

将 Webhook 的状态更改为“已禁用”。

DisableAsync(CancellationToken)

将 Webhook 的状态更改为“已禁用”。

Enable()

将 Webhook 的状态更改为“已启用”。

EnableAsync(CancellationToken)

将 Webhook 的状态更改为“已启用”。

IsEnabled()

一个 对象,表示容器注册表的 Webhook。

ListEvents()

一个 对象,表示容器注册表的 Webhook。

ListEventsAsync(Boolean, CancellationToken)

一个 对象,表示容器注册表的 Webhook。

ParentId()

一个 对象,表示容器注册表的 Webhook。

Ping()

一个 对象,表示容器注册表的 Webhook。

PingAsync(CancellationToken)

一个 对象,表示容器注册表的 Webhook。

ProvisioningState()

一个 对象,表示容器注册表的 Webhook。

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
Scope()

一个 对象,表示容器注册表的 Webhook。

ServiceUri()

一个 对象,表示容器注册表的 Webhook。

Triggers()

一个 对象,表示容器注册表的 Webhook。

Update()

一个 对象,表示容器注册表的 Webhook。

(继承自 IUpdatable<T>)

适用于