ComponentCurrentBillingFeatures interface
Gränssnitt som representerar en ComponentCurrentBillingFeatures.
Metoder
get(string, string, Component |
Returnerar aktuella faktureringsfunktioner för en Application Insights-komponent. |
update(string, string, Application |
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.
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.
Alternativparametrarna.
Returer
Azure SDK for JavaScript