次の方法で共有


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 のタグ。

適用対象