Partager via


IWithAttach<ParentT> Interface

Définition

Dernière étape de la définition du webhook. À ce stade, tous les paramètres facultatifs restants peuvent être spécifiés ou la définition de webhook peut être attachée à la définition du groupe de conteneurs parent.

public interface 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.IWithTags<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
    interface IWithCustomHeaders<'ParentT>
    interface IWithRepositoriesScope<'ParentT>
    interface IWithDefaultStatus<'ParentT>
    interface IWithTags<'ParentT>
    interface IInUpdate<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithCustomHeaders(Of ParentT), IWithDefaultStatus(Of ParentT), IWithRepositoriesScope(Of ParentT), IWithTags(Of ParentT)

Paramètres de type

ParentT

Étape de la définition parente à laquelle revenir après l’attachement de cette définition.

Dérivé
Implémente

Méthodes

Attach()

Dernière étape de la définition du webhook. À ce stade, tous les paramètres facultatifs restants peuvent être spécifiés ou la définition de webhook peut être attachée à la définition du groupe de conteneurs parent.

(Hérité de IInUpdate<ParentT>)
Enabled(Boolean)

Spécifie la status par défaut du webhook ; la valeur par défaut est « enabled ».

(Hérité de IWithDefaultStatus<ParentT>)
WithCustomHeader(String, String)

Spécifie un en-tête personnalisé qui sera ajouté aux notifications. Les appels consécutifs à cette méthode ajoutent des en-têtes supplémentaires.

(Hérité de IWithCustomHeaders<ParentT>)
WithCustomHeaders(IDictionary<String,String>)

Spécifie les en-têtes personnalisés qui seront ajoutés aux notifications.

(Hérité de IWithCustomHeaders<ParentT>)
WithRepositoriesScope(String)

Spécifie l’étendue des dépôts où l’événement peut être déclenché. Par exemple, « foo: » désigne les événements pour toutes les balises sous le dépôt 'foo'. 'foo:bar' signifie les événements pour 'foo:bar' uniquement. 'foo' équivaut à 'foo:latest', vide signifie tous les événements.

(Hérité de IWithRepositoriesScope<ParentT>)
WithTag(String, String)

Ajoute une balise au webhook.

(Hérité de IWithTags<ParentT>)
WithTags(IDictionary<String,String>)

Spécifie des balises pour le webhook.

(Hérité de IWithTags<ParentT>)

S’applique à