Share via


IRule.Action Property

Definition

A list of actions that are executed when all the conditions of a rule are satisfied.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="A list of actions that are executed when all the conditions of a rule are satisfied.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction) }, Read=true, ReadOnly=false, Required=false, SerializedName="actions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction> Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="A list of actions that are executed when all the conditions of a rule are satisfied.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction) }, Read=true, ReadOnly=false, Required=false, SerializedName="actions", Update=true)>]
member this.Action : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction> with get, set
Public Property Action As List(Of IDeliveryRuleAction)

Property Value

Attributes

Applies to