ILogAnalyticsOperations Interface

Definition

public interface ILogAnalyticsOperations
type ILogAnalyticsOperations = interface
Public Interface ILogAnalyticsOperations

Methods

BeginExportRequestRateByIntervalWithHttpMessagesAsync(RequestRateByIntervalInput, String, Dictionary<String,List<String>>, CancellationToken)
BeginExportThrottledRequestsWithHttpMessagesAsync(ThrottledRequestsInput, String, Dictionary<String,List<String>>, CancellationToken)
ExportRequestRateByIntervalWithHttpMessagesAsync(RequestRateByIntervalInput, String, Dictionary<String,List<String>>, CancellationToken)
ExportThrottledRequestsWithHttpMessagesAsync(ThrottledRequestsInput, String, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

BeginExportRequestRateByInterval(ILogAnalyticsOperations, RequestRateByIntervalInput, String)
BeginExportRequestRateByIntervalAsync(ILogAnalyticsOperations, RequestRateByIntervalInput, String, CancellationToken)
BeginExportThrottledRequests(ILogAnalyticsOperations, ThrottledRequestsInput, String)
BeginExportThrottledRequestsAsync(ILogAnalyticsOperations, ThrottledRequestsInput, String, CancellationToken)
ExportRequestRateByInterval(ILogAnalyticsOperations, RequestRateByIntervalInput, String)
ExportRequestRateByIntervalAsync(ILogAnalyticsOperations, RequestRateByIntervalInput, String, CancellationToken)
ExportThrottledRequests(ILogAnalyticsOperations, ThrottledRequestsInput, String)
ExportThrottledRequestsAsync(ILogAnalyticsOperations, ThrottledRequestsInput, String, CancellationToken)

Applies to