ResourceChangeDataBeforeSnapshot Class

The snapshot before the change.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.resourcegraph.models._models_py3.ResourceSnapshotData
ResourceChangeDataBeforeSnapshot

Constructor

ResourceChangeDataBeforeSnapshot(*, timestamp: datetime.datetime, snapshot_id: Optional[str] = None, content: Optional[object] = None, **kwargs)

Parameters

snapshot_id
str
Required

The ID of the snapshot.

timestamp
datetime
Required

Required. The time when the snapshot was created. The snapshot timestamp provides an approximation as to when a modification to a resource was detected. There can be a difference between the actual modification time and the detection time. This is due to differences in how operations that modify a resource are processed, versus how operation that record resource snapshots are processed.

content
object
Required

The resource snapshot content (in resourceChangeDetails response only).