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