ChangeAnalysisExtensions.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 static Azure.Pageable<Azure.ResourceManager.ChangeAnalysis.Models.DetectedChangeData> GetResourceChanges (this Azure.ResourceManager.Resources.TenantResource tenantResource, string resourceId, DateTimeOffset startTime, DateTimeOffset endTime, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetResourceChanges : Azure.ResourceManager.Resources.TenantResource * string * DateTimeOffset * DateTimeOffset * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ChangeAnalysis.Models.DetectedChangeData>
<Extension()>
Public Function GetResourceChanges (tenantResource As TenantResource, resourceId As String, startTime As DateTimeOffset, endTime As DateTimeOffset, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DetectedChangeData)

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

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.

tenantResource or resourceId is null.

Applies to