Share via


IEndpoint.OriginGroup Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The origin groups comprising of origins that are used for load balancing the traffic based on availability.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeepCreatedOriginGroup) }, Read=true, ReadOnly=false, Required=false, SerializedName="originGroups", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeepCreatedOriginGroup> OriginGroup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The origin groups comprising of origins that are used for load balancing the traffic based on availability.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeepCreatedOriginGroup) }, Read=true, ReadOnly=false, Required=false, SerializedName="originGroups", Update=true)>]
member this.OriginGroup : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeepCreatedOriginGroup> with get, set
Public Property OriginGroup As List(Of IDeepCreatedOriginGroup)

Property Value

Attributes

Applies to