ComponentCurrentBillingFeatures class
Clase que representa un ComponentCurrentBillingFeatures.
Constructores
Component |
Cree un ComponentCurrentBillingFeatures. |
Métodos
get(string, string, Request |
Devuelve las características de facturación actuales de un componente de Application Insights. |
get(string, string, Request |
|
get(string, string, Service |
|
update(string, string, Application |
Actualice las características de facturación actuales de un componente de Application Insights. |
update(string, string, Application |
|
update(string, string, Application |
Detalles del constructor
ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)
Cree un ComponentCurrentBillingFeatures.
new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)
Parámetros
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
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.
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
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.
La devolución de llamada