Share via


IOriginGroup.Origin Property

Definition

The source of the content being delivered via CDN within given origin group.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The source of the content being delivered via CDN within given origin group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference) }, Read=true, ReadOnly=false, Required=false, SerializedName="origins", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference> Origin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The source of the content being delivered via CDN within given origin group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference) }, Read=true, ReadOnly=false, Required=false, SerializedName="origins", Update=true)>]
member this.Origin : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference> with get, set
Public Property Origin As List(Of IResourceReference)

Property Value

Attributes

Applies to