ResourceChangesRequestParameters Class

The parameters for a specific changes request.

All required parameters must be populated in order to send to Azure.

Constructor

ResourceChangesRequestParameters(*, interval: _models.ResourceChangesRequestParametersInterval, resource_ids: List[str] | None = None, subscription_id: str | None = None, skip_token: str | None = None, top: int | None = None, table: str | None = None, fetch_property_changes: bool | None = None, fetch_snapshots: bool | None = None, **kwargs)

Keyword-Only Parameters

Name Description
resource_ids

Specifies the list of resources for a changes request.

Default value: None
subscription_id
str

The subscription id of resources to query the changes from.

Default value: None
interval

Specifies the date and time interval for a changes request. Required.

skip_token
str

Acts as the continuation token for paged responses.

Default value: None
top
int

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

Default value: None
table
str

The table name to query resources from.

Default value: None
fetch_property_changes

The flag if set to true will fetch property changes.

Default value: None
fetch_snapshots

The flag if set to true will fetch change snapshots.

Default value: None

Variables

Name Description
resource_ids

Specifies the list of resources for a changes request.

subscription_id
str

The subscription id of resources to query the changes from.

interval

Specifies the date and time interval for a changes request. Required.

skip_token
str

Acts as the continuation token for paged responses.

top
int

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

table
str

The table name to query resources from.

fetch_property_changes

The flag if set to true will fetch property changes.

fetch_snapshots

The flag if set to true will fetch change snapshots.