Partager via


ComponentCurrentBillingFeaturesOperationsExtensions.UpdateAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentBillingFeatures> UpdateAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentCurrentBillingFeaturesOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentBillingFeatures billingFeaturesProperties, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentCurrentBillingFeaturesOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentBillingFeatures * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentBillingFeatures>
<Extension()>
Public Function UpdateAsync (operations As IComponentCurrentBillingFeaturesOperations, resourceGroupName As String, resourceName As String, billingFeaturesProperties As ApplicationInsightsComponentBillingFeatures, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationInsightsComponentBillingFeatures)

Paramètres

operations
IComponentCurrentBillingFeaturesOperations

Groupe d’opérations pour cette méthode d’extension.

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à