ArmResourceGraphModelFactory.ResourceChangesRequestParameters Method

Definition

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.

interval
ResourceChangesRequestParametersInterval

Specifies the date and time interval for a changes request.

skipToken
String

Acts as the continuation token for paged responses.

top
Nullable<Int32>

The maximum number of changes the client can accept in a paged response.

table
String

The table name to query resources from.

fetchPropertyChanges
Nullable<Boolean>

The flag if set to true will fetch property changes.

fetchSnapshots
Nullable<Boolean>

The flag if set to true will fetch change snapshots.

Returns

A new ResourceChangesRequestParameters instance for mocking.

Applies to