Package version:

Interface ChangeProperties

The properties of a change

Hierarchy

  • ChangeProperties

Properties

changeAttributes?: ChangeAttributes

Details about the change resource

changeType?: ChangeType

The type of change that was captured in the resource NOTE: This property will not be serialized. It can only be populated by the server.

changes?: {
    [propertyName: string]: ChangeBase;
}

A dictionary with changed property name as a key and the change details as the value

Type declaration

targetResourceId?: string

The fully qualified ID of the target resource that was changed NOTE: This property will not be serialized. It can only be populated by the server.

targetResourceType?: string

The namespace and type of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc