次の方法で共有


MonitorConfig.CustomHeaders プロパティ

定義

カスタム ヘッダーの一覧を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象