Compartir a través de


ApplicationInsightsComponentResource.UpdateComponentCurrentBillingFeature Método

Definición

Actualice las características de facturación actuales de un componente de Application Insights.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/currentbillingfeatures
  • IdComponentCurrentBillingFeatures_Update de operaciones
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures> UpdateComponentCurrentBillingFeature (Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures billingFeaturesProperties, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateComponentCurrentBillingFeature : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures>
override this.UpdateComponentCurrentBillingFeature : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures>
Public Overridable Function UpdateComponentCurrentBillingFeature (billingFeaturesProperties As ApplicationInsightsComponentBillingFeatures, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationInsightsComponentBillingFeatures)

Parámetros

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Propiedades que deben especificarse para actualizar las características de facturación de un componente de Application Insights.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

billingFeaturesProperties es null.

Se aplica a