Udostępnij za pośrednictwem


LiveToken class

Klasa reprezentująca token LiveToken.

Konstruktory

LiveToken(ApplicationInsightsManagementClientContext)

Utwórz token LiveToken.

Metody

get(string, RequestOptionsBase)

Pobiera token dostępu dla danych strumienia metryk na żywo.

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

Szczegóły konstruktora

LiveToken(ApplicationInsightsManagementClientContext)

Utwórz token LiveToken.

new LiveToken(client: ApplicationInsightsManagementClientContext)

Parametry

client
ApplicationInsightsManagementClientContext

Odwołanie do klienta usługi.

Szczegóły metody

get(string, RequestOptionsBase)

Pobiera token dostępu dla danych strumienia metryk na żywo.

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

Parametry

resourceUri

string

Identyfikator zasobu.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.LiveTokenGetResponse>

get(string, RequestOptionsBase, ServiceCallback<LiveTokenResponse>)

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

Parametry

resourceUri

string

Identyfikator zasobu.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<LiveTokenResponse>

Wywołanie zwrotne

get(string, ServiceCallback<LiveTokenResponse>)

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

Parametry

resourceUri

string

Identyfikator zasobu.

callback

ServiceCallback<LiveTokenResponse>

Wywołanie zwrotne