ComponentCurrentBillingFeatures class
Classe représentant un ComponentCurrentBillingFeatures.
Constructeurs
Component |
Créez un ComponentCurrentBillingFeatures. |
Méthodes
get(string, string, Request |
Retourne les fonctionnalités de facturation actuelles pour un composant Application Insights. |
get(string, string, Request |
|
get(string, string, Service |
|
update(string, string, Application |
Mettre à jour les fonctionnalités de facturation actuelles d’un composant Application Insights. |
update(string, string, Application |
|
update(string, string, Application |
Détails du constructeur
ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)
Créez un ComponentCurrentBillingFeatures.
new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)
Paramètres
Référence au client de service.
Détails de la méthode
get(string, string, RequestOptionsBase)
Retourne les fonctionnalités de facturation actuelles pour un composant Application Insights.
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesGetResponse>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- resourceName
-
string
Nom de la ressource du composant Application Insights.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<Models.ComponentCurrentBillingFeaturesGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- resourceName
-
string
Nom de la ressource du composant Application Insights.
- options
- RequestOptionsBase
Paramètres facultatifs
Rappel
get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- resourceName
-
string
Nom de la ressource du composant Application Insights.
Rappel
update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)
Mettre à jour les fonctionnalités de facturation actuelles d’un composant Application Insights.
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesUpdateResponse>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- resourceName
-
string
Nom de la ressource du composant Application Insights.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Propriétés qui doivent être spécifiées pour mettre à jour les fonctionnalités de facturation d’un composant Application Insights.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<Models.ComponentCurrentBillingFeaturesUpdateResponse>
update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- resourceName
-
string
Nom de la ressource du composant Application Insights.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Propriétés qui doivent être spécifiées pour mettre à jour les fonctionnalités de facturation d’un composant Application Insights.
- options
- RequestOptionsBase
Paramètres facultatifs
Rappel
update(string, string, ApplicationInsightsComponentBillingFeatures, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- resourceName
-
string
Nom de la ressource du composant Application Insights.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Propriétés qui doivent être spécifiées pour mettre à jour les fonctionnalités de facturation d’un composant Application Insights.
Rappel