ComponentQuotaStatus class
Clase que representa un ComponentQuotaStatus.
Constructores
Component |
Cree un ComponentQuotaStatus. |
Métodos
get(string, string, Request |
Devuelve el estado de límite diario de volumen de datos (cuota) de un componente de Application Insights. |
get(string, string, Request |
|
get(string, string, Service |
Detalles del constructor
ComponentQuotaStatus(ApplicationInsightsManagementClientContext)
Cree un ComponentQuotaStatus.
new ComponentQuotaStatus(client: ApplicationInsightsManagementClientContext)
Parámetros
Referencia al cliente de servicio.
Detalles del método
get(string, string, RequestOptionsBase)
Devuelve el estado de límite diario de volumen de datos (cuota) de un componente de Application Insights.
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentQuotaStatusGetResponse>
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<ComponentQuotaStatusGetResponse>
Promise<Models.ComponentQuotaStatusGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
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<ApplicationInsightsComponentQuotaStatus>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
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