IWithCustomHeaders<ParentT>.WithCustomHeaders Method

Definition

Specifies the custom header for the endpoint that will be used with health checks

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<ParentT> WithCustomHeaders (System.Collections.Generic.IDictionary<string,string> headers);
abstract member WithCustomHeaders : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<'ParentT>
Public Function WithCustomHeaders (headers As IDictionary(Of String, String)) As IWithAttach(Of ParentT)

Parameters

headers
IDictionary<String,String>

list of custom headers.

Returns

Applies to