Share via


ChangeProperties Class

Definition

The properties of a change.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.ChangePropertiesTypeConverter))]
public class ChangeProperties : Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.IChangeProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.ChangePropertiesTypeConverter))>]
type ChangeProperties = class
    interface IChangeProperties
    interface IJsonSerializable
Public Class ChangeProperties
Implements IChangeProperties
Inheritance
ChangeProperties
Attributes
Implements

Constructors

ChangeProperties()

Creates an new ChangeProperties instance.

Properties

ChangeType

The type of the change.

InitiatedByList

The list of identities who might initiated the change. The identity could be user name (email address) or the object ID of the Service Principal.

PropertyChange

The list of detailed changes at json property level.

ResourceId

The resource id that the change is attached to.

TimeStamp

The time when the change is detected.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ChangeProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ChangeProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.IChangeProperties.

FromJsonString(String)

Creates a new instance of ChangeProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ChangeProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to