azure.mgmt.applicationinsights.v2020_06_02_preview.operations module
- class azure.mgmt.applicationinsights.v2020_06_02_preview.operations.LiveTokenOperations(*args, **kwargs)[source]
Bases:
object
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
ApplicationInsightsManagementClient
’slive_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:
- Raises:
- models = <module 'azure.mgmt.applicationinsights.v2020_06_02_preview.models' from '/mnt/vss/_work/1/s/sdk/applicationinsights/azure-mgmt-applicationinsights/.tox/sphinx/lib/python3.13/site-packages/azure/mgmt/applicationinsights/v2020_06_02_preview/models/__init__.py'>
- class azure.mgmt.applicationinsights.v2020_06_02_preview.operations.Operations(*args, **kwargs)[source]
Bases:
object
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
ApplicationInsightsManagementClient
’soperations
attribute.- list(**kwargs: Any) Iterable[OperationLive] [source]
List available operations.
List the available operations supported by the resource provider.
- Returns:
An iterator like instance of either OperationLive or the result of cls(response)
- Return type:
- Raises:
- models = <module 'azure.mgmt.applicationinsights.v2020_06_02_preview.models' from '/mnt/vss/_work/1/s/sdk/applicationinsights/azure-mgmt-applicationinsights/.tox/sphinx/lib/python3.13/site-packages/azure/mgmt/applicationinsights/v2020_06_02_preview/models/__init__.py'>