Freigeben über


ComponentCurrentBillingFeatures class

Klasse, die eine ComponentCurrentBillingFeatures darstellt.

Konstruktoren

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

Erstellen Sie ein ComponentCurrentBillingFeatures-Objekt.

Methoden

get(string, string, RequestOptionsBase)

Gibt aktuelle Abrechnungsfeatures für eine Application Insights-Komponente zurück.

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)

Aktualisieren sie die aktuellen Abrechnungsfeatures für eine Application Insights-Komponente.

update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
update(string, string, ApplicationInsightsComponentBillingFeatures, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Details zum Konstruktor

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

Erstellen Sie ein ComponentCurrentBillingFeatures-Objekt.

new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)

Parameter

client
ApplicationInsightsManagementClientContext

Verweis auf den Dienstclient.

Details zur Methode

get(string, string, RequestOptionsBase)

Gibt aktuelle Abrechnungsfeatures für eine Application Insights-Komponente zurück.

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesGetResponse>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName

string

Der Name der Application Insights-Komponentenressource.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.ComponentCurrentBillingFeaturesGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName

string

Der Name der Application Insights-Komponentenressource.

options
RequestOptionsBase

Die optionalen Parameter

get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName

string

Der Name der Application Insights-Komponentenressource.

update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)

Aktualisieren sie die aktuellen Abrechnungsfeatures für eine Application Insights-Komponente.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den 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.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.ComponentCurrentBillingFeaturesUpdateResponse>

update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den 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.

options
RequestOptionsBase

Die optionalen Parameter

update(string, string, ApplicationInsightsComponentBillingFeatures, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den 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.