Bagikan melalui


MockableChangeAnalysisTenantResource.GetResourceChanges Method

Definition

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

  • Request Path: /{resourceId}/providers/Microsoft.ChangeAnalysis/resourceChanges
  • Operation Id: ResourceChanges_List
public virtual Azure.Pageable<Azure.ResourceManager.ChangeAnalysis.Models.DetectedChangeData> GetResourceChanges (string resourceId, DateTimeOffset startTime, DateTimeOffset endTime, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetResourceChanges : string * DateTimeOffset * DateTimeOffset * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ChangeAnalysis.Models.DetectedChangeData>
override this.GetResourceChanges : string * DateTimeOffset * DateTimeOffset * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ChangeAnalysis.Models.DetectedChangeData>
Public Overridable Function GetResourceChanges (resourceId As String, startTime As DateTimeOffset, endTime As DateTimeOffset, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DetectedChangeData)

Parameters

resourceId
String

The identifier of the resource.

startTime
DateTimeOffset

Specifies the start time of the changes request.

endTime
DateTimeOffset

Specifies the end time of the changes request.

skipToken
String

A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of DetectedChangeData that may take multiple service requests to iterate over.

Exceptions

resourceId is an empty string, and was expected to be non-empty.

resourceId is null.

Applies to