Partager via


ComponentCurrentBillingFeatures class

Classe représentant un ComponentCurrentBillingFeatures.

Constructeurs

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

Créez un ComponentCurrentBillingFeatures.

Méthodes

get(string, string, RequestOptionsBase)

Retourne les fonctionnalités de facturation actuelles pour un composant Application Insights.

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

Mettre à jour les fonctionnalités de facturation actuelles d’un composant Application Insights.

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

Détails du constructeur

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

Créez un ComponentCurrentBillingFeatures.

new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)

Paramètres

client
ApplicationInsightsManagementClientContext

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

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.

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

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.