ApplicationInsightsComponentResource.UpdateComponentCurrentBillingFeatureAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aktualisieren Sie die aktuellen Abrechnungsfeatures für eine Application Insights-Komponente.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/currentbillingfeatures
- Vorgang IdComponentCurrentBillingFeatures_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures>> UpdateComponentCurrentBillingFeatureAsync (Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures billingFeaturesProperties, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateComponentCurrentBillingFeatureAsync : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures>>
override this.UpdateComponentCurrentBillingFeatureAsync : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures>>
Public Overridable Function UpdateComponentCurrentBillingFeatureAsync (billingFeaturesProperties As ApplicationInsightsComponentBillingFeatures, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET