ComponentCurrentBillingFeatures interface

Interface representing a ComponentCurrentBillingFeatures.

Methods

get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)

Returns current billing features for an Application Insights component.

update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)

Update current billing features for an Application Insights component.

Method Details

get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)

Returns current billing features for an Application Insights component.

function get(resourceGroupName: string, resourceName: string, options?: ComponentCurrentBillingFeaturesGetOptionalParams): Promise<ApplicationInsightsComponentBillingFeatures>

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
ComponentCurrentBillingFeaturesGetOptionalParams

The options parameters.

Returns

update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)

Update current billing features for an Application Insights component.

function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: ComponentCurrentBillingFeaturesUpdateOptionalParams): Promise<ApplicationInsightsComponentBillingFeatures>

Parameters

resourceGroupName

string

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

resourceName

string

The name of the Application Insights component resource.

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Properties that need to be specified to update billing features for an Application Insights component.

options
ComponentCurrentBillingFeaturesUpdateOptionalParams

The options parameters.

Returns