Compartir a través de


ResourceChanges interface

Interface representing a ResourceChanges.

Methods

list(string, Date, Date, ResourceChangesListOptionalParams)

List the changes of a resource within the specified time range. Customer data will be masked if the user doesn't have access.

Method Details

list(string, Date, Date, ResourceChangesListOptionalParams)

List the changes of a resource within the specified time range. Customer data will be masked if the user doesn't have access.

function list(resourceId: string, startTime: Date, endTime: Date, options?: ResourceChangesListOptionalParams): PagedAsyncIterableIterator<Change, Change[], PageSettings>

Parameters

resourceId

string

The identifier of the resource.

startTime

Date

Specifies the start time of the changes request.

endTime

Date

Specifies the end time of the changes request.

options
ResourceChangesListOptionalParams

The options parameters.

Returns