ResourceChangesClient Interface
public interface ResourceChangesClient
An instance of this class provides access to all the operations defined in ResourceChangesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String resourceId, OffsetDateTime startTime, OffsetDateTime endTime)
List the changes of a resource within the specified time range. |
|
abstract
Paged |
list(String resourceId, OffsetDateTime startTime, OffsetDateTime endTime, String skipToken, Context context)
List the changes of a resource within the specified time range. |
Method Details
list
public abstract PagedIterable<ChangeInner> list(String resourceId, OffsetDateTime startTime, OffsetDateTime endTime)
List the changes of a resource within the specified time range. Customer data will be masked if the user doesn't have access.
Parameters:
Returns:
list
public abstract PagedIterable<ChangeInner> list(String resourceId, OffsetDateTime startTime, OffsetDateTime endTime, String skipToken, Context context)
List the changes of a resource within the specified time range. Customer data will be masked if the user doesn't have access.
Parameters:
Returns: