次の方法で共有


ContainerRegistryWebhookCreateOrUpdateContent.Scope プロパティ

定義

イベントをトリガーできるリポジトリのスコープ。 たとえば、'foo:*' はリポジトリ 'foo' のすべてのタグのイベントを意味します。 'foo:bar' は、'foo:bar' のみのイベントを意味します。 'foo' は 'foo:latest' と同じです。 空は、すべてのイベントを意味します。

public string Scope { get; set; }
member this.Scope : string with get, set
Public Property Scope As String

プロパティ値

適用対象