ComponentQuotaStatus interface

Interface representing a ComponentQuotaStatus.

Methods

get(string, string, ComponentQuotaStatusGetOptionalParams)

Returns daily data volume cap (quota) status for an Application Insights component.

Method Details

get(string, string, ComponentQuotaStatusGetOptionalParams)

Returns daily data volume cap (quota) status for an Application Insights component.

function get(resourceGroupName: string, resourceName: string, options?: ComponentQuotaStatusGetOptionalParams): Promise<ApplicationInsightsComponentQuotaStatus>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the Application Insights component resource.

options
ComponentQuotaStatusGetOptionalParams

The options parameters.

Returns