LogAnalyticsOperations interface

Interface representing a LogAnalytics operations.

Properties

beginExportRequestRateByInterval
beginExportRequestRateByIntervalAndWait
beginExportThrottledRequests
beginExportThrottledRequestsAndWait
exportRequestRateByInterval

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

exportThrottledRequests

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

Property Details

beginExportRequestRateByInterval

Warning

This API is now deprecated.

use exportRequestRateByInterval instead

beginExportRequestRateByInterval: (location: string, parameters: RequestRateByIntervalInput, options?: LogAnalyticsExportRequestRateByIntervalOptionalParams) => Promise<SimplePollerLike<OperationState<LogAnalyticsOperationResult>, LogAnalyticsOperationResult>>

Property Value

(location: string, parameters: RequestRateByIntervalInput, options?: LogAnalyticsExportRequestRateByIntervalOptionalParams) => Promise<SimplePollerLike<OperationState<LogAnalyticsOperationResult>, LogAnalyticsOperationResult>>

beginExportRequestRateByIntervalAndWait

Warning

This API is now deprecated.

use exportRequestRateByInterval instead

beginExportRequestRateByIntervalAndWait: (location: string, parameters: RequestRateByIntervalInput, options?: LogAnalyticsExportRequestRateByIntervalOptionalParams) => Promise<LogAnalyticsOperationResult>

Property Value

(location: string, parameters: RequestRateByIntervalInput, options?: LogAnalyticsExportRequestRateByIntervalOptionalParams) => Promise<LogAnalyticsOperationResult>

beginExportThrottledRequests

Warning

This API is now deprecated.

use exportThrottledRequests instead

beginExportThrottledRequests: (location: string, parameters: ThrottledRequestsInput, options?: LogAnalyticsExportThrottledRequestsOptionalParams) => Promise<SimplePollerLike<OperationState<LogAnalyticsOperationResult>, LogAnalyticsOperationResult>>

Property Value

(location: string, parameters: ThrottledRequestsInput, options?: LogAnalyticsExportThrottledRequestsOptionalParams) => Promise<SimplePollerLike<OperationState<LogAnalyticsOperationResult>, LogAnalyticsOperationResult>>

beginExportThrottledRequestsAndWait

Warning

This API is now deprecated.

use exportThrottledRequests instead

beginExportThrottledRequestsAndWait: (location: string, parameters: ThrottledRequestsInput, options?: LogAnalyticsExportThrottledRequestsOptionalParams) => Promise<LogAnalyticsOperationResult>

Property Value

(location: string, parameters: ThrottledRequestsInput, options?: LogAnalyticsExportThrottledRequestsOptionalParams) => Promise<LogAnalyticsOperationResult>

exportRequestRateByInterval

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

exportRequestRateByInterval: (location: string, parameters: RequestRateByIntervalInput, options?: LogAnalyticsExportRequestRateByIntervalOptionalParams) => PollerLike<OperationState<LogAnalyticsOperationResult>, LogAnalyticsOperationResult>

Property Value

(location: string, parameters: RequestRateByIntervalInput, options?: LogAnalyticsExportRequestRateByIntervalOptionalParams) => PollerLike<OperationState<LogAnalyticsOperationResult>, LogAnalyticsOperationResult>

exportThrottledRequests

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

exportThrottledRequests: (location: string, parameters: ThrottledRequestsInput, options?: LogAnalyticsExportThrottledRequestsOptionalParams) => PollerLike<OperationState<LogAnalyticsOperationResult>, LogAnalyticsOperationResult>

Property Value

(location: string, parameters: ThrottledRequestsInput, options?: LogAnalyticsExportThrottledRequestsOptionalParams) => PollerLike<OperationState<LogAnalyticsOperationResult>, LogAnalyticsOperationResult>