ComponentCurrentBillingFeaturesOperations interface
Interface représentant une opération ComponentCurrentBillingFeatures.
Propriétés
| get | Restitue les fonctionnalités de facturation actuelles pour un composant Application Insights. |
| update | Mettez à jour les fonctionnalités de facturation actuelles pour un composant Application Insights. |
Détails de la propriété
get
Restitue les fonctionnalités de facturation actuelles pour un composant Application Insights.
get: (resourceGroupName: string, resourceName: string, options?: ComponentCurrentBillingFeaturesGetOptionalParams) => Promise<ApplicationInsightsComponentBillingFeatures>
Valeur de propriété
(resourceGroupName: string, resourceName: string, options?: ComponentCurrentBillingFeaturesGetOptionalParams) => Promise<ApplicationInsightsComponentBillingFeatures>
update
Mettez à jour les fonctionnalités de facturation actuelles pour un composant Application Insights.
update: (resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: ComponentCurrentBillingFeaturesUpdateOptionalParams) => Promise<ApplicationInsightsComponentBillingFeatures>
Valeur de propriété
(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: ComponentCurrentBillingFeaturesUpdateOptionalParams) => Promise<ApplicationInsightsComponentBillingFeatures>