IActivityLogsOperations Interface

Definition

ActivityLogsOperations operations.

public interface IActivityLogsOperations
type IActivityLogsOperations = interface
Public Interface IActivityLogsOperations

Methods

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Provides the list of records from the activity logs.

ListWithHttpMessagesAsync(ODataQuery<EventData>, String, Dictionary<String,List<String>>, CancellationToken)

Provides the list of records from the activity logs.

Extension Methods

List(IActivityLogsOperations, ODataQuery<EventData>, String)

Provides the list of records from the activity logs.

ListAsync(IActivityLogsOperations, ODataQuery<EventData>, String, CancellationToken)

Provides the list of records from the activity logs.

ListNext(IActivityLogsOperations, String)

Provides the list of records from the activity logs.

ListNextAsync(IActivityLogsOperations, String, CancellationToken)

Provides the list of records from the activity logs.

Applies to