IDeepCreatedOriginGroupProperties.Origin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The source of the content being delivered via CDN within given origin group.
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(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.Api20240201.IResourceReference) }, ReadOnly=false, Required=true, SerializedName="origins")]
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResourceReference[] Origin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(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.Api20240201.IResourceReference) }, ReadOnly=false, Required=true, SerializedName="origins")>]
member this.Origin : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResourceReference[] with get, set
Public Property Origin As IResourceReference()
Property Value
- Attributes