你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComponentCurrentBillingFeaturesOperationsExtensions.UpdateAsync 方法

定义

更新 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)

参数

operations
IComponentCurrentBillingFeaturesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

resourceName
String

Application Insights 组件资源的名称。

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

需要指定以更新 Application Insights 组件的计费功能的属性。

cancellationToken
CancellationToken

取消标记。

返回

适用于