Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LogAnalytics

Package version

Class representing a LogAnalytics.

Hierarchy

  • LogAnalytics

Index

Constructors

constructor

Methods

beginExportRequestRateByInterval

  • beginExportRequestRateByInterval(parameters: RequestRateByIntervalInput, location: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Export logs that show Api requests made by this subscription in the given time window to show throttling activities.

    Parameters

    • parameters: RequestRateByIntervalInput

      Parameters supplied to the LogAnalytics getRequestRateByInterval Api.

    • location: string

      The location upon which virtual-machine-sizes is queried.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginExportThrottledRequests

  • beginExportThrottledRequests(parameters: ThrottledRequestsInput, location: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Export logs that show total throttled Api requests for this subscription in the given time window.

    Parameters

    • parameters: ThrottledRequestsInput

      Parameters supplied to the LogAnalytics getThrottledRequests Api.

    • location: string

      The location upon which virtual-machine-sizes is queried.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

exportRequestRateByInterval

  • exportRequestRateByInterval(parameters: RequestRateByIntervalInput, location: string, options?: msRest.RequestOptionsBase): Promise<Models.LogAnalyticsExportRequestRateByIntervalResponse>
  • Export logs that show Api requests made by this subscription in the given time window to show throttling activities.

    Parameters

    • parameters: RequestRateByIntervalInput

      Parameters supplied to the LogAnalytics getRequestRateByInterval Api.

    • location: string

      The location upon which virtual-machine-sizes is queried.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.LogAnalyticsExportRequestRateByIntervalResponse>

    Promise<Models.LogAnalyticsExportRequestRateByIntervalResponse>

exportThrottledRequests

  • exportThrottledRequests(parameters: ThrottledRequestsInput, location: string, options?: msRest.RequestOptionsBase): Promise<Models.LogAnalyticsExportThrottledRequestsResponse>
  • Export logs that show total throttled Api requests for this subscription in the given time window.

    Parameters

    • parameters: ThrottledRequestsInput

      Parameters supplied to the LogAnalytics getThrottledRequests Api.

    • location: string

      The location upon which virtual-machine-sizes is queried.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.LogAnalyticsExportThrottledRequestsResponse>

    Promise<Models.LogAnalyticsExportThrottledRequestsResponse>

Generated using TypeDoc