azure.mgmt.applicationinsights.v2021_10.operations module

class azure.mgmt.applicationinsights.v2021_10.operations.LiveTokenOperations(*args, **kwargs)[source]

Bases: object

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through ApplicationInsightsManagementClient’s live_token attribute.

get(resource_uri: str, **kwargs: Any) LiveTokenResponse[source]

Gets an access token for live metrics stream data..

Parameters:

resource_uri (str) – The identifier of the resource. Required.

Returns:

LiveTokenResponse or the result of cls(response)

Return type:

LiveTokenResponse

Raises:

HttpResponseError

models = <module 'azure.mgmt.applicationinsights.v2021_10.models' from '/mnt/vss/_work/1/s/sdk/applicationinsights/azure-mgmt-applicationinsights/.tox/sphinx/lib/python3.13/site-packages/azure/mgmt/applicationinsights/v2021_10/models/__init__.py'>