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 location upon which virtual-machine-sizes is queried.

parameters
RequestRateByIntervalInput

Parameters supplied to the LogAnalytics getRequestRateByInterval Api.

Returns

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 location upon which virtual-machine-sizes is queried.

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 location upon which virtual-machine-sizes is queried.

parameters
ThrottledRequestsInput

Parameters supplied to the LogAnalytics getThrottledRequests Api.

options
LogAnalyticsExportThrottledRequestsOptionalParams

The options parameters.

Returns

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 location upon which virtual-machine-sizes is queried.

parameters
ThrottledRequestsInput

Parameters supplied to the LogAnalytics getThrottledRequests Api.

options
LogAnalyticsExportThrottledRequestsOptionalParams

The options parameters.

Returns