次の方法で共有


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>)

適用対象