ResourceChangeData interface

特定變更的資料,由資源快照集前後的配對表示。

屬性

afterSnapshot

變更後的快照集。

beforeSnapshot

變更前的快照集。

changeId

變更識別碼。 只有在指定的資源內有效且唯一。

changeType

快照集的變更類型。 如果是 Update 變更類型,則會提供 PropertyChanges。 可能的值包括:'Create'、'Update'、'Delete'

propertyChanges

資源屬性變更的陣列

resourceId

變更的資源。

屬性詳細資料

afterSnapshot

變更後的快照集。

afterSnapshot: ResourceChangeDataAfterSnapshot

屬性值

beforeSnapshot

變更前的快照集。

beforeSnapshot: ResourceChangeDataBeforeSnapshot

屬性值

changeId

變更識別碼。 只有在指定的資源內有效且唯一。

changeId: string

屬性值

string

changeType

快照集的變更類型。 如果是 Update 變更類型,則會提供 PropertyChanges。 可能的值包括:'Create'、'Update'、'Delete'

changeType?: ChangeType

屬性值

propertyChanges

資源屬性變更的陣列

propertyChanges?: ResourcePropertyChange[]

屬性值

resourceId

變更的資源。

resourceId?: string

屬性值

string