Partager via


IWithCustomHeaders<ParentT>.WithCustomHeader(String, String) Méthode

Définition

Spécifie l’en-tête personnalisé pour le point de terminaison qui sera utilisé avec les vérifications d’intégrité

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<ParentT> WithCustomHeader (string name, string value);
abstract member WithCustomHeader : string * string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<'ParentT>
Public Function WithCustomHeader (name As String, value As String) As IWithAttach(Of ParentT)

Paramètres

name
String

nom de l’en-tête personnalisé.

value
String

valeur d’en-tête personnalisée.

Retours

S’applique à