次の方法で共有


Endpoint.CustomHeaders プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象