ComponentCurrentBillingFeaturesOperations interface

Interface representing a ComponentCurrentBillingFeatures operations.

Properties

get

Returns current billing features for an Application Insights component.

update

Update current billing features for an Application Insights component.

Property Details

get

Returns current billing features for an Application Insights component.

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

Property Value

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

update

Update current billing features for an Application Insights component.

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

Property Value

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