ResourceChangeData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data on a specific change, represented by a pair of before and after resource snapshots.
public class ResourceChangeData : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceGraph.Models.ResourceChangeData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceGraph.Models.ResourceChangeData>
type ResourceChangeData = class
interface IJsonModel<ResourceChangeData>
interface IPersistableModel<ResourceChangeData>
Public Class ResourceChangeData
Implements IJsonModel(Of ResourceChangeData), IPersistableModel(Of ResourceChangeData)
- Inheritance
-
ResourceChangeData
- Implements
Properties
| Name | Description |
|---|---|
| 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. |
| PropertyChanges |
An array of resource property change. |
| ResourceId |
The resource for a change. |