IActivityLogsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET