Freigeben über


ApplicationInsightsComponentResource.UpdateComponentCurrentBillingFeature Methode

Definition

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/currentbillingfeatures
  • Vorgangs-IdComponentCurrentBillingFeatures_Update
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures> UpdateComponentCurrentBillingFeature (Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures billingFeaturesProperties, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateComponentCurrentBillingFeature : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures>
override this.UpdateComponentCurrentBillingFeature : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures>
Public Overridable Function UpdateComponentCurrentBillingFeature (billingFeaturesProperties As ApplicationInsightsComponentBillingFeatures, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationInsightsComponentBillingFeatures)

Parameter

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Eigenschaften, die angegeben werden müssen, um abrechnungsfeatures für eine Application Insights-Komponente zu aktualisieren.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

billingFeaturesProperties ist NULL.

Gilt für: