ResourceChangesRequestParameters Class
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 parameters for a specific changes request.
public class ResourceChangesRequestParameters : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceGraph.Models.ResourceChangesRequestParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceGraph.Models.ResourceChangesRequestParameters>
type ResourceChangesRequestParameters = class
interface IJsonModel<ResourceChangesRequestParameters>
interface IPersistableModel<ResourceChangesRequestParameters>
Public Class ResourceChangesRequestParameters
Implements IJsonModel(Of ResourceChangesRequestParameters), IPersistableModel(Of ResourceChangesRequestParameters)
- Inheritance
-
ResourceChangesRequestParameters
- Implements
Constructors
| Name | Description |
|---|---|
| ResourceChangesRequestParameters(ResourceChangesRequestParametersInterval) |
Initializes a new instance of ResourceChangesRequestParameters. |
Properties
| Name | Description |
|---|---|
| FetchPropertyChanges |
The flag if set to true will fetch property changes. |
| FetchSnapshots |
The flag if set to true will fetch change snapshots. |
| Interval |
Specifies the date and time interval for a changes request. |
| ResourceIds |
Specifies the list of resources for a changes request. |
| SkipToken |
Acts as the continuation token for paged responses. |
| SubscriptionId |
The subscription id of resources to query the changes from. |
| Table |
The table name to query resources from. |
| Top |
The maximum number of changes the client can accept in a paged response. |