Compartir a través de


ComponentCurrentBillingFeatures interface

Interfaz que representa un ComponentCurrentBillingFeatures.

Métodos

get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)

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

update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)

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

Detalles del método

get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)

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

function get(resourceGroupName: string, resourceName: string, options?: ComponentCurrentBillingFeaturesGetOptionalParams): Promise<ApplicationInsightsComponentBillingFeatures>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

options
ComponentCurrentBillingFeaturesGetOptionalParams

Parámetros de opciones.

Devoluciones

update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)

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

function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: ComponentCurrentBillingFeaturesUpdateOptionalParams): Promise<ApplicationInsightsComponentBillingFeatures>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

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

options
ComponentCurrentBillingFeaturesUpdateOptionalParams

Parámetros de opciones.

Devoluciones