Sdílet prostřednictvím


ComponentCurrentBillingFeatures interface

Rozhraní představující ComponentCurrentBillingFeatures.

Metody

get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)

Vrátí aktuální fakturační funkce pro komponentu Application Insights.

update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)

Aktualizace aktuálních fakturačních funkcí pro komponentu Application Insights

Podrobnosti metody

get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)

Vrátí aktuální fakturační funkce pro komponentu Application Insights.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje 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 fakturačních funkcí pro komponentu Application Insights

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Vlastnosti, které je potřeba zadat k aktualizaci funkcí fakturace pro komponentu Application Insights.

Návraty