ResourceQueryRequestOptions Class
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.
The options for query evaluation.
public class ResourceQueryRequestOptions
type ResourceQueryRequestOptions = class
Public Class ResourceQueryRequestOptions
- Inheritance
-
ResourceQueryRequestOptions
Constructors
ResourceQueryRequestOptions() |
Initializes a new instance of ResourceQueryRequestOptions. |
Properties
AllowPartialScopes |
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. |
AuthorizationScopeFilter |
Defines what level of authorization resources should be returned based on the which subscriptions and management groups are passed as scopes. |
ResultFormat |
Defines in which format query result returned. |
Skip |
The number of rows to skip from the beginning of the results. Overrides the next page offset when |
SkipToken |
Continuation token for pagination, capturing the next page size and offset, as well as the context of the query. |
Top |
The maximum number of rows that the query should return. Overrides the page size when |
Applies to
Azure SDK for .NET