Compartilhar via


ComponentQuotaStatus class

Classe que representa um ComponentQuotaStatus.

Construtores

ComponentQuotaStatus(ApplicationInsightsManagementClientContext)

Crie um ComponentQuotaStatus.

Métodos

get(string, string, RequestOptionsBase)

Retorna o status de limite de volume de dados diário (cota) para um componente do Application Insights.

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

Detalhes do construtor

ComponentQuotaStatus(ApplicationInsightsManagementClientContext)

Crie um ComponentQuotaStatus.

new ComponentQuotaStatus(client: ApplicationInsightsManagementClientContext)

Parâmetros

client
ApplicationInsightsManagementClientContext

Referência ao cliente de serviço.

Detalhes do método

get(string, string, RequestOptionsBase)

Retorna o status de limite de volume de dados diário (cota) para um componente do Application Insights.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

resourceName

string

O nome do recurso de componente do Application Insights.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Promise<Models.ComponentQuotaStatusGetResponse>

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

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

resourceName

string

O nome do recurso de componente do Application Insights.

options
RequestOptionsBase

Os parâmetros opcionais

get(string, string, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

resourceName

string

O nome do recurso de componente do Application Insights.