Dela via


ComponentCurrentBillingFeatures interface

Gränssnitt som representerar en ComponentCurrentBillingFeatures.

Metoder

get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)

Returnerar aktuella faktureringsfunktioner för en Application Insights-komponent.

update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)

Uppdatera aktuella faktureringsfunktioner för en Application Insights-komponent.

Metodinformation

get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)

Returnerar aktuella faktureringsfunktioner för en Application Insights-komponent.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

resourceName

string

Namnet på Application Insights-komponentresursen.

options
ComponentCurrentBillingFeaturesGetOptionalParams

Alternativparametrarna.

Returer

update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)

Uppdatera aktuella faktureringsfunktioner för en Application Insights-komponent.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

resourceName

string

Namnet på Application Insights-komponentresursen.

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Egenskaper som måste anges för att uppdatera faktureringsfunktioner för en Application Insights-komponent.

options
ComponentCurrentBillingFeaturesUpdateOptionalParams

Alternativparametrarna.

Returer