Share via


LogAnalytics interface

Interface representing a LogAnalytics.

Methods

beginExportRequestRateByInterval(string, RequestRateByIntervalInput, LogAnalyticsExportRequestRateByIntervalOptionalParams)

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

beginExportRequestRateByIntervalAndWait(string, RequestRateByIntervalInput, LogAnalyticsExportRequestRateByIntervalOptionalParams)

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

beginExportThrottledRequests(string, ThrottledRequestsInput, LogAnalyticsExportThrottledRequestsOptionalParams)

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

beginExportThrottledRequestsAndWait(string, ThrottledRequestsInput, LogAnalyticsExportThrottledRequestsOptionalParams)

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

Method Details

beginExportRequestRateByInterval(string, RequestRateByIntervalInput, LogAnalyticsExportRequestRateByIntervalOptionalParams)

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

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

Parameters

location

string

The name of Azure region.

parameters
RequestRateByIntervalInput

Parameters supplied to the LogAnalytics getRequestRateByInterval Api.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<LogAnalyticsOperationResult>, LogAnalyticsOperationResult>>

beginExportRequestRateByIntervalAndWait(string, RequestRateByIntervalInput, LogAnalyticsExportRequestRateByIntervalOptionalParams)

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

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

Parameters

location

string

The name of Azure region.

parameters
RequestRateByIntervalInput

Parameters supplied to the LogAnalytics getRequestRateByInterval Api.

Returns

beginExportThrottledRequests(string, ThrottledRequestsInput, LogAnalyticsExportThrottledRequestsOptionalParams)

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

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

Parameters

location

string

The name of Azure region.

parameters
ThrottledRequestsInput

The request body

options
LogAnalyticsExportThrottledRequestsOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<LogAnalyticsOperationResult>, LogAnalyticsOperationResult>>

beginExportThrottledRequestsAndWait(string, ThrottledRequestsInput, LogAnalyticsExportThrottledRequestsOptionalParams)

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

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

Parameters

location

string

The name of Azure region.

parameters
ThrottledRequestsInput

The request body

options
LogAnalyticsExportThrottledRequestsOptionalParams

The options parameters.

Returns