ActivityLogsClient Interface
public interface ActivityLogsClient
An instance of this class provides access to all the operations defined in ActivityLogsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list(String filter)
Provides the list of records from the activity logs. |
abstract
Paged |
list(String filter, String select, Context context)
Provides the list of records from the activity logs. |
abstract
Paged |
listAsync(String filter)
Provides the list of records from the activity logs. |
abstract
Paged |
listAsync(String filter, String select)
Provides the list of records from the activity logs. |
Method Details
list
public abstract PagedIterable
Provides the list of records from the activity logs.
Parameters:
Returns:
list
public abstract PagedIterable
Provides the list of records from the activity logs.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Provides the list of records from the activity logs.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Provides the list of records from the activity logs.
Parameters:
Returns:
Applies to
Azure SDK for Java