Partilhar via


IBlank<ParentT> Interface

Definição

O primeiro estágio da definição do webhook.

public interface IBlank<ParentT> : Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithAttach<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithCustomHeaders<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithDefaultStatus<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithOrWithoutTags<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithRepositoriesScope<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithServiceUri<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithTriggerWhen<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<ParentT>
type IBlank<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IWithTriggerWhen<'ParentT>
    interface IWithServiceUri<'ParentT>
    interface IWithCustomHeaders<'ParentT>
    interface IWithRepositoriesScope<'ParentT>
    interface IWithDefaultStatus<'ParentT>
    interface IWithOrWithoutTags<'ParentT>
    interface ISettable<'ParentT>
Public Interface IBlank(Of ParentT)
Implements ISettable(Of ParentT), IWithAttach(Of ParentT), IWithCustomHeaders(Of ParentT), IWithDefaultStatus(Of ParentT), IWithOrWithoutTags(Of ParentT), IWithRepositoriesScope(Of ParentT), IWithServiceUri(Of ParentT), IWithTriggerWhen(Of ParentT)

Parâmetros de tipo

ParentT

O estágio da definição pai à qual retornar depois de anexar essa definição de atualização.

Derivado
Implementações

Métodos

Enabled(Boolean)

Atualizações o status padrão do webhook.

(Herdado de IWithDefaultStatus<ParentT>)
Parent()

O primeiro estágio da definição do webhook.

(Herdado de ISettable<ParentT>)
WithCustomHeader(String, String)

Especifica um cabeçalho personalizado que será adicionado às notificações. Chamadas consecutivas para esse método adicionarão cabeçalhos adicionais.

(Herdado de IWithCustomHeaders<ParentT>)
WithCustomHeaders(IDictionary<String,String>)

Especifica os cabeçalhos personalizados que serão adicionados às notificações.

(Herdado de IWithCustomHeaders<ParentT>)
WithoutTag(String)

Remove uma marca do recurso.

(Herdado de IWithOrWithoutTags<ParentT>)
WithRepositoriesScope(String)

Atualizações o escopo dos repositórios em que o evento pode ser disparado. Por exemplo, 'foo:' significa eventos para todas as marcas no repositório 'foo'. 'foo:bar' significa eventos somente para 'foo:bar'. 'foo' é equivalente a 'foo:latest', vazio significa todos os eventos.

(Herdado de IWithRepositoriesScope<ParentT>)
WithServiceUri(String)

Especifica o URI do serviço para notificações pós-notificações.

(Herdado de IWithServiceUri<ParentT>)
WithTag(String, String)

Adiciona uma marca ao webhook.

(Herdado de IWithOrWithoutTags<ParentT>)
WithTags(IDictionary<String,String>)

Especifica marcas para o webhook.

(Herdado de IWithOrWithoutTags<ParentT>)
WithTriggerWhen(String[])

Especifica as ações que dispararão as notificações do webhook.

(Herdado de IWithTriggerWhen<ParentT>)

Aplica-se a