ComponentQuotaStatus class

Class representing a ComponentQuotaStatus.

Constructors

ComponentQuotaStatus(ApplicationInsightsManagementClientContext)

Create a ComponentQuotaStatus.

Methods

get(string, string, RequestOptionsBase)

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

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
get(string, string, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)

Constructor Details

ComponentQuotaStatus(ApplicationInsightsManagementClientContext)

Create a ComponentQuotaStatus.

new ComponentQuotaStatus(client: ApplicationInsightsManagementClientContext)

Parameters

client
ApplicationInsightsManagementClientContext

Reference to the service client.

Method Details

get(string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentQuotaStatusGetResponse>

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
RequestOptionsBase

The optional parameters

Returns

Promise<Models.ComponentQuotaStatusGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<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
RequestOptionsBase

The optional parameters

get(string, string, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<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.