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

ComponentCurrentBillingFeaturesOperationsExtensions.Update 方法

定义

更新 Application Insights 组件的当前计费功能。

public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentBillingFeatures Update (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentCurrentBillingFeaturesOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentBillingFeatures billingFeaturesProperties);
static member Update : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentCurrentBillingFeaturesOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentBillingFeatures -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentBillingFeatures
<Extension()>
Public Function Update (operations As IComponentCurrentBillingFeaturesOperations, resourceGroupName As String, resourceName As String, billingFeaturesProperties As ApplicationInsightsComponentBillingFeatures) As ApplicationInsightsComponentBillingFeatures

参数

operations
IComponentCurrentBillingFeaturesOperations

此扩展方法的操作组。

resourceGroupName
String

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

resourceName
String

Application Insights 组件资源的名称。

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

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

返回

适用于