ResourceChangeData interface

Data on a specific change, represented by a pair of before and after resource snapshots.

Properties

afterSnapshot

The snapshot after the change.

beforeSnapshot

The snapshot before the change.

changeId

The change ID. Valid and unique within the specified resource only.

changeType

The change type for snapshot. PropertyChanges will be provided in case of Update change type. Possible values include: 'Create', 'Update', 'Delete'

propertyChanges

An array of resource property change

resourceId

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