ComponentCurrentBillingFeaturesOperations interface

Interface die een ComponentCurrentBillingFeatures voorstelt.

Eigenschappen

get

Geeft de huidige factureringsfuncties terug voor een Application Insights-component.

update

Huidige factureringsfuncties voor een Application Insights-onderdeel bijwerken.

Eigenschapdetails

get

Geeft de huidige factureringsfuncties terug voor een Application Insights-component.

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

Waarde van eigenschap

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

update

Huidige factureringsfuncties voor een Application Insights-onderdeel bijwerken.

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

Waarde van eigenschap

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