PropertyChange 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 of a property change.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.PropertyChangeTypeConverter))]
public class PropertyChange : Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.IPropertyChange
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.PropertyChangeTypeConverter))>]
type PropertyChange = class
interface IPropertyChange
interface IJsonSerializable
Public Class PropertyChange
Implements IPropertyChange
- Inheritance
-
PropertyChange
- Attributes
- Implements
Constructors
PropertyChange() |
Creates an new PropertyChange instance. |
Properties
ChangeCategory |
The change category. |
ChangeType |
The type of the change. |
Description |
The description of the changed property. |
DisplayName |
The enhanced display name of the json path. E.g., the json path value[0].properties will be translated to something meaningful like slots["Staging"].properties. |
IsDataMasked |
The boolean indicating whether the oldValue and newValue are masked. The values are masked if it contains sensitive information that the user doesn't have access to. |
JsonPath |
The json path of the changed property. |
Level | |
NewValue |
The value of the property after the change. |
OldValue |
The value of the property before the change. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PropertyChange. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PropertyChange. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.IPropertyChange. |
FromJsonString(String) |
Creates a new instance of PropertyChange, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PropertyChange into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |