ArmResourceGraphModelFactory.ResourceChangeList Method

Definition

public static Azure.ResourceManager.ResourceGraph.Models.ResourceChangeList ResourceChangeList(System.Collections.Generic.IEnumerable<Azure.ResourceManager.ResourceGraph.Models.ResourceChangeData> changes = default, BinaryData skipToken = default);
static member ResourceChangeList : seq<Azure.ResourceManager.ResourceGraph.Models.ResourceChangeData> * BinaryData -> Azure.ResourceManager.ResourceGraph.Models.ResourceChangeList
Public Shared Function ResourceChangeList (Optional changes As IEnumerable(Of ResourceChangeData) = Nothing, Optional skipToken As BinaryData = Nothing) As ResourceChangeList

Parameters

changes
IEnumerable<ResourceChangeData>

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.
skipToken
BinaryData

Skip token that encodes the skip information while executing the current request.

Returns

A new ResourceChangeList instance for mocking.

Applies to