IEndpointUpdateParameters.DeliveryPolicyRule 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.
A list of the delivery rules.
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="A list of the delivery rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRule) }, ReadOnly=false, Required=false, SerializedName="rules")]
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRule[] DeliveryPolicyRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="A list of the delivery rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRule) }, ReadOnly=false, Required=false, SerializedName="rules")>]
member this.DeliveryPolicyRule : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRule[] with get, set
Public Property DeliveryPolicyRule As IDeliveryRule()
Property Value
- Attributes