Condividi tramite


ComponentQuotaStatus class

Classe che rappresenta un ComponentQuotaStatus.

Costruttori

ComponentQuotaStatus(ApplicationInsightsManagementClientContext)

Creare un ComponentQuotaStatus.

Metodi

get(string, string, RequestOptionsBase)

Restituisce lo stato limite giornaliero del volume di dati (quota) per un componente di Application Insights.

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

Dettagli costruttore

ComponentQuotaStatus(ApplicationInsightsManagementClientContext)

Creare un ComponentQuotaStatus.

new ComponentQuotaStatus(client: ApplicationInsightsManagementClientContext)

Parametri

client
ApplicationInsightsManagementClientContext

Riferimento al client del servizio.

Dettagli metodo

get(string, string, RequestOptionsBase)

Restituisce lo stato limite giornaliero del volume di dati (quota) per un componente di Application Insights.

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

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.ComponentQuotaStatusGetResponse>

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

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

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<ApplicationInsightsComponentQuotaStatus>)

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

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.