Bagikan melalui


ResourceQueryRequestOptions Class

Definition

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 property is present.

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 $skipToken property is present.

Applies to