ResourceChangesRequestParameters interface

The parameters for a specific changes request.

Properties

fetchPropertyChanges

The flag if set to true will fetch property changes

fetchSnapshots

The flag if set to true will fetch change snapshots

interval

Specifies the date and time interval for a changes request.

resourceIds

Specifies the list of resources for a changes request.

skipToken

Acts as the continuation token for paged responses.

subscriptionId

The subscription id of resources to query the changes from.

table

The table name to query resources from.

top

The maximum number of changes the client can accept in a paged response.

Property Details

fetchPropertyChanges

The flag if set to true will fetch property changes

fetchPropertyChanges?: boolean

Property Value

boolean

fetchSnapshots

The flag if set to true will fetch change snapshots

fetchSnapshots?: boolean

Property Value

boolean

interval

Specifies the date and time interval for a changes request.

interval: ResourceChangesRequestParametersInterval

Property Value

resourceIds

Specifies the list of resources for a changes request.

resourceIds?: string[]

Property Value

string[]

skipToken

Acts as the continuation token for paged responses.

skipToken?: string

Property Value

string

subscriptionId

The subscription id of resources to query the changes from.

subscriptionId?: string

Property Value

string

table

The table name to query resources from.

table?: string

Property Value

string

top

The maximum number of changes the client can accept in a paged response.

top?: number

Property Value

number