QueryRequestOptions.AllowPartialScopes Property

Definition

Gets or sets only applicable for tenant and management group level queries to decide whether to allow partial scopes for result in case the number of subscriptions exceed allowed limits.

[Newtonsoft.Json.JsonProperty(PropertyName="allowPartialScopes")]
public bool? AllowPartialScopes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowPartialScopes")>]
member this.AllowPartialScopes : Nullable<bool> with get, set
Public Property AllowPartialScopes As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to