ComponentCurrentBillingFeatures interface
Rozhraní představující ComponentCurrentBillingFeatures.
Metody
get(string, string, Component |
Vrátí aktuální fakturační funkce pro komponentu Application Insights. |
update(string, string, Application |
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.
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.
Parametry možností.
Návraty
Azure SDK for JavaScript