ILogAnalyticsOperations Interface

Definition

LogAnalyticsOperations operations.

public interface ILogAnalyticsOperations
type ILogAnalyticsOperations = interface
Public Interface ILogAnalyticsOperations

Methods

BeginExportRequestRateByIntervalWithHttpMessagesAsync(RequestRateByIntervalInput, String, Dictionary<String,List<String>>, CancellationToken)

Export logs that show Api requests made by this subscription in the given time window to show throttling activities.

BeginExportThrottledRequestsWithHttpMessagesAsync(ThrottledRequestsInput, String, Dictionary<String,List<String>>, CancellationToken)

Export logs that show total throttled Api requests for this subscription in the given time window.

ExportRequestRateByIntervalWithHttpMessagesAsync(RequestRateByIntervalInput, String, Dictionary<String,List<String>>, CancellationToken)

Export logs that show Api requests made by this subscription in the given time window to show throttling activities.

ExportThrottledRequestsWithHttpMessagesAsync(ThrottledRequestsInput, String, Dictionary<String,List<String>>, CancellationToken)

Export logs that show total throttled Api requests for this subscription in the given time window.

Extension Methods

BeginExportRequestRateByInterval(ILogAnalyticsOperations, RequestRateByIntervalInput, String)

Export logs that show Api requests made by this subscription in the given time window to show throttling activities.

BeginExportRequestRateByIntervalAsync(ILogAnalyticsOperations, RequestRateByIntervalInput, String, CancellationToken)

Export logs that show Api requests made by this subscription in the given time window to show throttling activities.

BeginExportThrottledRequests(ILogAnalyticsOperations, ThrottledRequestsInput, String)

Export logs that show total throttled Api requests for this subscription in the given time window.

BeginExportThrottledRequestsAsync(ILogAnalyticsOperations, ThrottledRequestsInput, String, CancellationToken)

Export logs that show total throttled Api requests for this subscription in the given time window.

ExportRequestRateByInterval(ILogAnalyticsOperations, RequestRateByIntervalInput, String)

Export logs that show Api requests made by this subscription in the given time window to show throttling activities.

ExportRequestRateByIntervalAsync(ILogAnalyticsOperations, RequestRateByIntervalInput, String, CancellationToken)

Export logs that show Api requests made by this subscription in the given time window to show throttling activities.

ExportThrottledRequests(ILogAnalyticsOperations, ThrottledRequestsInput, String)

Export logs that show total throttled Api requests for this subscription in the given time window.

ExportThrottledRequestsAsync(ILogAnalyticsOperations, ThrottledRequestsInput, String, CancellationToken)

Export logs that show total throttled Api requests for this subscription in the given time window.

Applies to