IRuleGroupScope.RuleScope Property

Definition

List of rule scopes.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="List of rule scopes.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRuleScope) }, Read=true, ReadOnly=false, Required=false, SerializedName="ruleScopes", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRuleScope> RuleScope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="List of rule scopes.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRuleScope) }, Read=true, ReadOnly=false, Required=false, SerializedName="ruleScopes", Update=true)>]
member this.RuleScope : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRuleScope> with get, set
Public Property RuleScope As List(Of IRuleScope)

Property Value

Attributes

Applies to