Freigeben über


IManagedRuleOverride.Action Property

Definition

Describes the override action to be applied when rule matches.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Allow", "Block", "Log", "Redirect", "AnomalyScoring", "JSChallenge", "CAPTCHA" })]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Describes the override action to be applied when rule matches.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="action", Update=true)]
public string Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Allow", "Block", "Log", "Redirect", "AnomalyScoring", "JSChallenge", "CAPTCHA" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Describes the override action to be applied when rule matches.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="action", Update=true)>]
member this.Action : string with get, set
Public Property Action As String

Property Value

Attributes

Applies to