ResourceChangeList.Changes Property

Definition

The pageable value returned by the operation, i.e. a list of changes to the resource.

  • The list is ordered from the most recent changes to the least recent changes.
  • This list will be empty if there were no changes during the requested interval.
  • The `Before` snapshot timestamp value of the oldest change can be outside of the specified time interval.
public System.Collections.Generic.IList<Azure.ResourceManager.ResourceGraph.Models.ResourceChangeData> Changes { get; }
member this.Changes : System.Collections.Generic.IList<Azure.ResourceManager.ResourceGraph.Models.ResourceChangeData>
Public ReadOnly Property Changes As IList(Of ResourceChangeData)

Property Value

Applies to