PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentQueryOptions interface

model interface PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentQueryOptions

Properties

apply

OData apply expression for aggregations.

filter

OData filter expression.

from

ISO 8601 formatted timestamp specifying the start time of the interval to query.

orderBy

Ordering expression using OData notation.

select

Select expression using OData notation.

skipToken

Skiptoken provided if a previous response returned a partial result.

to

ISO 8601 formatted timestamp specifying the end time of the interval to query.

top

Maximum number of records to return.

Property Details

apply

OData apply expression for aggregations.

apply?: string

Property Value

string

filter

OData filter expression.

filter?: string

Property Value

string

from

ISO 8601 formatted timestamp specifying the start time of the interval to query.

from?: Date

Property Value

Date

orderBy

Ordering expression using OData notation.

orderBy?: string

Property Value

string

select

Select expression using OData notation.

select?: string

Property Value

string

skipToken

Skiptoken provided if a previous response returned a partial result.

skipToken?: string

Property Value

string

to

ISO 8601 formatted timestamp specifying the end time of the interval to query.

to?: Date

Property Value

Date

top

Maximum number of records to return.

top?: number

Property Value

number