次の方法で共有


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

キャンセル トークン。

戻り値

適用対象