Sdílet prostřednictvím


ComponentCurrentBillingFeatures interface

Rozhraní představující ComponentCurrentBillingFeatures.

Metody

get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)

Vrátí aktuální funkce fakturace pro komponentu Application Insights.

update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)

Aktualizace aktuálních funkcí fakturace pro komponentu Application Insights

Podrobnosti metody

get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)

Vrátí aktuální funkce fakturace pro komponentu Application Insights.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

options
ComponentCurrentBillingFeaturesGetOptionalParams

Parametry možností.

Návraty

update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)

Aktualizace aktuálních funkcí fakturace pro komponentu Application Insights

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Vlastnosti, které je potřeba zadat, aby se aktualizovaly fakturační funkce pro komponentu Application Insights.

Návraty