ResourceChangeData interface
Data on a specific change, represented by a pair of before and after resource snapshots.
Properties
after |
The snapshot after the change. |
before |
The snapshot before the change. |
change |
The change ID. Valid and unique within the specified resource only. |
change |
The change type for snapshot. PropertyChanges will be provided in case of Update change type. Possible values include: 'Create', 'Update', 'Delete' |
property |
An array of resource property change |
resource |
The resource for a change. |
Property Details
afterSnapshot
The snapshot after the change.
afterSnapshot: ResourceChangeDataAfterSnapshot
Property Value
beforeSnapshot
The snapshot before the change.
beforeSnapshot: ResourceChangeDataBeforeSnapshot
Property Value
changeId
The change ID. Valid and unique within the specified resource only.
changeId: string
Property Value
string
changeType
The change type for snapshot. PropertyChanges will be provided in case of Update change type. Possible values include: 'Create', 'Update', 'Delete'
changeType?: ChangeType
Property Value
propertyChanges
An array of resource property change
propertyChanges?: ResourcePropertyChange[]
Property Value
resourceId
The resource for a change.
resourceId?: string
Property Value
string