Partager via


IWithCustomHeaders.WithCustomHeaders(IDictionary<String,String>) 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.Update.IUpdate WithCustomHeaders (System.Collections.Generic.IDictionary<string,string> customHeaders);
abstract member WithCustomHeaders : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate
Public Function WithCustomHeaders (customHeaders As IDictionary(Of String, String)) As IUpdate

Paramètres

customHeaders
IDictionary<String,String>

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

Retours

S’applique à