Condividi tramite


Rule.Actions Property

Definition

Gets or sets a list of actions that are executed when all the conditions of a rule are satisfied.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.actions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.DeliveryRuleAction> Actions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.actions")>]
member this.Actions : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.DeliveryRuleAction> with get, set
Public Property Actions As IList(Of DeliveryRuleAction)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to