IManagedRuleSet.RuleSetAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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