Compartilhar via


LiveToken class

Classe que representa um LiveToken.

Construtores

LiveToken(ApplicationInsightsManagementClientContext)

Crie um LiveToken.

Métodos

get(string, RequestOptionsBase)

Obtém um token de acesso para dados de fluxo de métricas ao vivo.

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

Detalhes do construtor

LiveToken(ApplicationInsightsManagementClientContext)

Crie um LiveToken.

new LiveToken(client: ApplicationInsightsManagementClientContext)

Parâmetros

client
ApplicationInsightsManagementClientContext

Referência ao cliente de serviço.

Detalhes do método

get(string, RequestOptionsBase)

Obtém um token de acesso para dados de fluxo de métricas ao vivo.

function get(resourceUri: string, options?: RequestOptionsBase): Promise<LiveTokenGetResponse>

Parâmetros

resourceUri

string

O identificador do recurso.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Promise<Models.LiveTokenGetResponse>

get(string, RequestOptionsBase, ServiceCallback<LiveTokenResponse>)

function get(resourceUri: string, options: RequestOptionsBase, callback: ServiceCallback<LiveTokenResponse>)

Parâmetros

resourceUri

string

O identificador do recurso.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<LiveTokenResponse>

O retorno de chamada

get(string, ServiceCallback<LiveTokenResponse>)

function get(resourceUri: string, callback: ServiceCallback<LiveTokenResponse>)

Parâmetros

resourceUri

string

O identificador do recurso.

callback

ServiceCallback<LiveTokenResponse>

O retorno de chamada