Freigeben über


IManagedRuleDefinition.DefaultAction Property

Definition

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

Property Value

Attributes

Applies to