ArmResourceGraphModelFactory.ResourceChangeList Method
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.
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.