Share via


Endpoint.CustomHeaders Property

Definition

Gets or sets list of custom headers.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.customHeaders")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.EndpointPropertiesCustomHeadersItem> CustomHeaders { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.customHeaders")>]
member this.CustomHeaders : System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.EndpointPropertiesCustomHeadersItem> with get, set
Public Property CustomHeaders As IList(Of EndpointPropertiesCustomHeadersItem)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to