Site.TrafficManagerHostNames Property

Definition

Gets azure Traffic Manager hostnames associated with the app. Read-only.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.trafficManagerHostNames")]
public System.Collections.Generic.IList<string> TrafficManagerHostNames { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.trafficManagerHostNames")>]
member this.TrafficManagerHostNames : System.Collections.Generic.IList<string>
Public ReadOnly Property TrafficManagerHostNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to