getLiveToken

Gets an access token for live metrics stream data. Uses Azure REST API version 2021-10-14. Other available API versions: 2020-06-02-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native applicationinsights [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The response to a live token query.

Parameters

argument

null


suspend fun getLiveToken(resourceUri: String): GetLiveTokenResult

Return

The response to a live token query.

Parameters

resourceUri

The identifier of the resource.

See also


Return

The response to a live token query.

Parameters

argument

Builder for com.pulumi.azurenative.applicationinsights.kotlin.inputs.GetLiveTokenPlainArgs.

See also