Share via


IChangeProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to