ComponentCurrentBillingFeatures interface
Schnittstelle, die ein ComponentCurrentBillingFeatures darstellt.
Methoden
get(string, string, Component |
Gibt aktuelle Abrechnungsfeatures für eine Application Insights-Komponente zurück. |
update(string, string, Application |
Aktualisieren der aktuellen Abrechnungsfunktionen für eine Application Insights-Komponente. |
Details zur Methode
get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)
Gibt aktuelle Abrechnungsfeatures für eine Application Insights-Komponente zurück.
function get(resourceGroupName: string, resourceName: string, options?: ComponentCurrentBillingFeaturesGetOptionalParams): Promise<ApplicationInsightsComponentBillingFeatures>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.
- resourceName
-
string
Der Name der Application Insights-Komponentenressource.
Die Optionsparameter.
Gibt zurück
update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)
Aktualisieren der aktuellen Abrechnungsfunktionen für eine Application Insights-Komponente.
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: ComponentCurrentBillingFeaturesUpdateOptionalParams): Promise<ApplicationInsightsComponentBillingFeatures>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.
- resourceName
-
string
Der Name der Application Insights-Komponentenressource.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Eigenschaften, die angegeben werden müssen, um Abrechnungsfeatures für eine Application Insights-Komponente zu aktualisieren.
Die Optionsparameter.
Gibt zurück
Azure SDK for JavaScript