Share via


Ingress.Traffic Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to