Compartir a través de


ComponentCurrentBillingFeatures class

Clase que representa un ComponentCurrentBillingFeatures.

Constructores

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

Cree un ComponentCurrentBillingFeatures.

Métodos

get(string, string, RequestOptionsBase)

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

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)

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

update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
update(string, string, ApplicationInsightsComponentBillingFeatures, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Detalles del constructor

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

Cree un ComponentCurrentBillingFeatures.

new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)

Parámetros

client
ApplicationInsightsManagementClientContext

Referencia al cliente de servicio.

Detalles del método

get(string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesGetResponse>

Parámetros

resourceGroupName

string

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

resourceName

string

Nombre del recurso de componente de Application Insights.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.ComponentCurrentBillingFeaturesGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Parámetros

resourceGroupName

string

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

resourceName

string

Nombre del recurso de componente de Application Insights.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentBillingFeatures>

La devolución de llamada

get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Parámetros

resourceGroupName

string

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

resourceName

string

Nombre del recurso de componente de Application Insights.

callback

ServiceCallback<ApplicationInsightsComponentBillingFeatures>

La devolución de llamada

update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre 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
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.ComponentCurrentBillingFeaturesUpdateResponse>

update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre 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
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentBillingFeatures>

La devolución de llamada

update(string, string, ApplicationInsightsComponentBillingFeatures, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre 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.

callback

ServiceCallback<ApplicationInsightsComponentBillingFeatures>

La devolución de llamada