Condividi tramite


IManagedRuleGroupDefinition.Rule Property

Definition

List of rules within the managed rule group.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=false, Description="List of rules within the managed rule group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition) }, Read=true, ReadOnly=true, Required=false, SerializedName="rules", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition> Rule { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=false, Description="List of rules within the managed rule group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition) }, Read=true, ReadOnly=true, Required=false, SerializedName="rules", Update=false)>]
member this.Rule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleDefinition>
Public ReadOnly Property Rule As List(Of IManagedRuleDefinition)

Property Value

Attributes

Applies to