IWithCustomHeaders Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Étape de la définition du webhook permettant de spécifier les en-têtes personnalisés qui seront ajoutés aux notifications.
public interface IWithCustomHeaders
type IWithCustomHeaders = interface
Public Interface IWithCustomHeaders
- Dérivé
Méthodes
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. |
WithCustomHeaders(IDictionary<String,String>) |
Spécifie les en-têtes personnalisés qui seront ajoutés aux notifications. |
S’applique à
Azure SDK for .NET