ComponentCurrentBillingFeaturesOperationsExtensions.UpdateAsync Method

Definition

Update current billing features for an Application Insights component.

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)

Parameters

operations
IComponentCurrentBillingFeaturesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

resourceName
String

The name of the Application Insights component resource.

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Properties that need to be specified to update billing features for an Application Insights component.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to