ComponentQuotaStatus class
Classe che rappresenta un ComponentQuotaStatus.
Costruttori
| Component |
Creare un ComponentQuotaStatus. |
Metodi
| get(string, string, Request |
Restituisce lo stato limite giornaliero del volume di dati (quota) per un componente di Application Insights. |
| get(string, string, Request |
|
| get(string, string, Service |
Dettagli costruttore
ComponentQuotaStatus(ApplicationInsightsManagementClientContext)
Creare un ComponentQuotaStatus.
new ComponentQuotaStatus(client: ApplicationInsightsManagementClientContext)
Parametri
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<ComponentQuotaStatusGetResponse>
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
Callback
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.
Callback