ArmResourceGraphModelFactory.ResourceChangesRequestParameters 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.ResourceChangesRequestParameters ResourceChangesRequestParameters(System.Collections.Generic.IEnumerable<string> resourceIds = default, string subscriptionId = default, Azure.ResourceManager.ResourceGraph.Models.ResourceChangesRequestParametersInterval interval = default, string skipToken = default, int? top = default, string table = default, bool? fetchPropertyChanges = default, bool? fetchSnapshots = default);
static member ResourceChangesRequestParameters : seq<string> * string * Azure.ResourceManager.ResourceGraph.Models.ResourceChangesRequestParametersInterval * string * Nullable<int> * string * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.ResourceGraph.Models.ResourceChangesRequestParameters
Public Shared Function ResourceChangesRequestParameters (Optional resourceIds As IEnumerable(Of String) = Nothing, Optional subscriptionId As String = Nothing, Optional interval As ResourceChangesRequestParametersInterval = Nothing, Optional skipToken As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional table As String = Nothing, Optional fetchPropertyChanges As Nullable(Of Boolean) = Nothing, Optional fetchSnapshots As Nullable(Of Boolean) = Nothing) As ResourceChangesRequestParameters
Parameters
- resourceIds
- IEnumerable<String>
Specifies the list of resources for a changes request.
- subscriptionId
- String
The subscription id of resources to query the changes from.
Specifies the date and time interval for a changes request.
- skipToken
- String
Acts as the continuation token for paged responses.
- table
- String
The table name to query resources from.
Returns
A new ResourceChangesRequestParameters instance for mocking.