ChangeProperties interface

The properties of a change

Properties

changeAttributes

Details about the change resource

changes

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

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.

targetResourceId

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

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

Property Details

changeAttributes

Details about the change resource

changeAttributes?: ChangeAttributes

Property Value

changes

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

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

Property Value

{[propertyName: string]: ChangeBase}

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.

changeType?: ChangeType

Property Value

targetResourceId

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.

targetResourceId?: string

Property Value

string

targetResourceType

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

targetResourceType?: string

Property Value

string