Udostępnij przez


IRulesEngineRule.Action Property

Definition

Actions to perform on the request and response if all of the match conditions are met.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Actions to perform on the request and response if all of the match conditions are met.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction) }, Read=true, ReadOnly=false, Required=true, SerializedName="action", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Actions to perform on the request and response if all of the match conditions are met.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction) }, Read=true, ReadOnly=false, Required=true, SerializedName="action", Update=true)>]
member this.Action : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineAction with get, set
Public Property Action As IRulesEngineAction

Property Value

Attributes

Applies to