Share via


IEndpoint.DeliveryPolicyRule Property

Definition

A list of the delivery rules.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="A list of the delivery rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="rules", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRule> DeliveryPolicyRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="A list of the delivery rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="rules", Update=true)>]
member this.DeliveryPolicyRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRule> with get, set
Public Property DeliveryPolicyRule As List(Of IDeliveryRule)

Property Value

Attributes

Applies to