ComponentCurrentBillingFeatures class
Klasse, die eine ComponentCurrentBillingFeatures darstellt.
Konstruktoren
Component |
Erstellen Sie ein ComponentCurrentBillingFeatures-Objekt. |
Methoden
get(string, string, Request |
Gibt aktuelle Abrechnungsfeatures für eine Application Insights-Komponente zurück. |
get(string, string, Request |
|
get(string, string, Service |
|
update(string, string, Application |
Aktualisieren sie die aktuellen Abrechnungsfeatures für eine Application Insights-Komponente. |
update(string, string, Application |
|
update(string, string, Application |
Details zum Konstruktor
ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)
Erstellen Sie ein ComponentCurrentBillingFeatures-Objekt.
new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)
Parameter
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
Der Rückruf.
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.
Der Rückruf.
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
Der Rückruf.
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.
Der Rückruf.