Partager via


IWithCustomHeaders<ParentT>.WithCustomHeaders Méthode

Définition

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

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithAttach<ParentT> WithCustomHeaders (System.Collections.Generic.IDictionary<string,string> customHeaders);
abstract member WithCustomHeaders : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithCustomHeaders (customHeaders As IDictionary(Of String, String)) As IWithAttach(Of ParentT)

Paramètres

customHeaders
IDictionary<String,String>

En-têtes personnalisés « Name=Value ».

Retours

S’applique à