Compartir a través de


ComponentQuotaStatus class

Clase que representa un ComponentQuotaStatus.

Constructores

ComponentQuotaStatus(ApplicationInsightsManagementClientContext)

Cree un ComponentQuotaStatus.

Métodos

get(string, string, RequestOptionsBase)

Devuelve el estado de límite diario de volumen de datos (cuota) de un componente de Application Insights.

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

Detalles del constructor

ComponentQuotaStatus(ApplicationInsightsManagementClientContext)

Cree un ComponentQuotaStatus.

new ComponentQuotaStatus(client: ApplicationInsightsManagementClientContext)

Parámetros

client
ApplicationInsightsManagementClientContext

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

callback

ServiceCallback<ApplicationInsightsComponentQuotaStatus>

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.

callback

ServiceCallback<ApplicationInsightsComponentQuotaStatus>

La devolución de llamada