ResourcePropertyChange 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.
The resource property change.
public class ResourcePropertyChange : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceGraph.Models.ResourcePropertyChange>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceGraph.Models.ResourcePropertyChange>
type ResourcePropertyChange = class
interface IJsonModel<ResourcePropertyChange>
interface IPersistableModel<ResourcePropertyChange>
Public Class ResourcePropertyChange
Implements IJsonModel(Of ResourcePropertyChange), IPersistableModel(Of ResourcePropertyChange)
- Inheritance
-
ResourcePropertyChange
- Implements
Properties
| Name | Description |
|---|---|
| AfterValue |
The property value in after snapshot. |
| BeforeValue |
The property value in before snapshot. |
| ChangeCategory |
The change category. |
| PropertyChangeType |
The property change Type. |
| PropertyName |
The property name. |