ResourceChangesRequestParameters interface

特定變更要求的參數。

屬性

fetchPropertyChanges

如果設定為 true,則旗標會擷取屬性變更

fetchSnapshots

如果設定為 true,則旗標會擷取變更快照集

interval

指定變更要求的日期和時間間隔。

resourceIds

指定變更要求的資源清單。

skipToken

做為分頁回應的接續權杖。

subscriptionId

要從中查詢變更的資源訂用帳戶識別碼。

table

要從中查詢資源的資料表名稱。

top

用戶端可以在分頁回應中接受的變更數目上限。

屬性詳細資料

fetchPropertyChanges

如果設定為 true,則旗標會擷取屬性變更

fetchPropertyChanges?: boolean

屬性值

boolean

fetchSnapshots

如果設定為 true,則旗標會擷取變更快照集

fetchSnapshots?: boolean

屬性值

boolean

interval

指定變更要求的日期和時間間隔。

interval: ResourceChangesRequestParametersInterval

屬性值

resourceIds

指定變更要求的資源清單。

resourceIds?: string[]

屬性值

string[]

skipToken

做為分頁回應的接續權杖。

skipToken?: string

屬性值

string

subscriptionId

要從中查詢變更的資源訂用帳戶識別碼。

subscriptionId?: string

屬性值

string

table

要從中查詢資源的資料表名稱。

table?: string

屬性值

string

top

用戶端可以在分頁回應中接受的變更數目上限。

top?: number

屬性值

number