Partager via


IWithCustomHeaders.WithCustomHeader(String, String) Méthode

Définition

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.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate WithCustomHeader (string name, string value);
abstract member WithCustomHeader : string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate
Public Function WithCustomHeader (name As String, value As String) As IUpdate

Paramètres

name
String

De l’en-tête facultatif.

value
String

De l’en-tête facultatif.

Retours

S’applique à