PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentQueryOptions interface
model interface PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentQueryOptions
Properties
| filter | OData filter expression. |
| from | ISO 8601 formatted timestamp specifying the start time of the interval to query. |
| to | ISO 8601 formatted timestamp specifying the end time of the interval to query. |
| top | Maximum number of records to return. |
Property Details
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
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