Endpoint.OriginGroups Property

Definition

Gets or sets the origin groups comprising of origins that are used for load balancing the traffic based on availability.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to