IManagedRuleSetException.Scope Property

Definition

Scope(s) of the exception.

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

Property Value

Attributes

Applies to