Share via


IManagedRuleSet.RuleSetAction Property

Definition

Defines the rule set action.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Block", "Log", "Redirect" })]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Defines the rule set action.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ruleSetAction", Update=true)]
public string RuleSetAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Block", "Log", "Redirect" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Defines the rule set action.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ruleSetAction", Update=true)>]
member this.RuleSetAction : string with get, set
Public Property RuleSetAction As String

Property Value

Attributes

Applies to