Share via


MonitorConfig.CustomHeaders Property

Definition

Gets or sets list of custom headers.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to