Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ComponentQuotaStatus

Package version

Class representing a ComponentQuotaStatus.

Hierarchy

  • ComponentQuotaStatus

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComponentQuotaStatusGetResponse>
  • get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<ApplicationInsightsComponentQuotaStatus>): void
  • get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ApplicationInsightsComponentQuotaStatus>): void
  • Returns daily data volume cap (quota) status for an Application Insights component.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ComponentQuotaStatusGetResponse>

    Promise<Models.ComponentQuotaStatusGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentQuotaStatus>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentQuotaStatus>

      The callback

    Returns void

Generated using TypeDoc