IUpdateDefinition<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンテナー レジストリの Webhook 更新定義のグループ化。
public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithCustomHeaders<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithDefaultStatus<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithRepositoriesScope<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithServiceUri<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithTags<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithTriggerWhen<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithTriggerWhen<'ParentT>
interface IWithServiceUri<'ParentT>
interface IWithAttach<'ParentT>
interface IWithCustomHeaders<'ParentT>
interface IWithRepositoriesScope<'ParentT>
interface IWithDefaultStatus<'ParentT>
interface IWithTags<'ParentT>
interface IInUpdate<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithCustomHeaders(Of ParentT), IWithDefaultStatus(Of ParentT), IWithRepositoriesScope(Of ParentT), IWithServiceUri(Of ParentT), IWithTags(Of ParentT), IWithTriggerWhen(Of ParentT)
型パラメーター
- ParentT
この定義をアタッチした後に戻る親定義のステージ。
- 実装
メソッド
Attach() |
コンテナー レジストリの Webhook 更新定義のグループ化。 (継承元 IInUpdate<ParentT>) |
Enabled(Boolean) |
Webhook の既定の状態を指定します。default は "enabled" です。 (継承元 IWithDefaultStatus<ParentT>) |
WithCustomHeader(String, String) |
通知に追加するカスタム ヘッダーを指定します。 このメソッドを連続して呼び出すと、ヘッダーが追加されます。 (継承元 IWithCustomHeaders<ParentT>) |
WithCustomHeaders(IDictionary<String,String>) |
通知に追加するカスタム ヘッダーを指定します。 (継承元 IWithCustomHeaders<ParentT>) |
WithRepositoriesScope(String) |
イベントをトリガーできるリポジトリのスコープを指定します。 たとえば、'foo:' はリポジトリ 'foo' のすべてのタグのイベントを意味します。 'foo:bar' は、'foo:bar' のみのイベントを意味します。 'foo' は 'foo:latest' と同等です。空は、すべてのイベントを意味します。 (継承元 IWithRepositoriesScope<ParentT>) |
WithServiceUri(String) |
通知後のサービス URI を指定します。 (継承元 IWithServiceUri<ParentT>) |
WithTag(String, String) |
Webhook にタグを追加します。 (継承元 IWithTags<ParentT>) |
WithTags(IDictionary<String,String>) |
Webhook のタグを指定します。 (継承元 IWithTags<ParentT>) |
WithTriggerWhen(String[]) |
Webhook 通知をトリガーするアクションを指定します。 (継承元 IWithTriggerWhen<ParentT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET