ResourceChangeList.Changes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)