Condividi tramite


ComponentCurrentBillingFeatures class

Classe che rappresenta un ComponentCurrentBillingFeatures.

Costruttori

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

Creare un componentCurrentBillingFeatures.

Metodi

get(string, string, RequestOptionsBase)

Restituisce le funzionalità di fatturazione correnti per un componente di Application Insights.

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

Aggiornare le funzionalità di fatturazione correnti per un componente di Application Insights.

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

Dettagli costruttore

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

Creare un componentCurrentBillingFeatures.

new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)

Parametri

client
ApplicationInsightsManagementClientContext

Riferimento al client del servizio.

Dettagli metodo

get(string, string, RequestOptionsBase)

Restituisce le funzionalità di fatturazione correnti per un componente di Application Insights.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.ComponentCurrentBillingFeaturesGetResponse>

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

options
RequestOptionsBase

Parametri facoltativi

get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)

Aggiornare le funzionalità di fatturazione correnti per un componente di Application Insights.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Proprietà che devono essere specificate per aggiornare le funzionalità di fatturazione per un componente di Application Insights.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Modelli di promessa.ComponentCurrentBillingFeaturesUpdateResponse<>

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Proprietà che devono essere specificate per aggiornare le funzionalità di fatturazione per un componente di Application Insights.

options
RequestOptionsBase

Parametri facoltativi

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Proprietà che devono essere specificate per aggiornare le funzionalità di fatturazione per un componente di Application Insights.