azure.mgmt.applicationinsights.v2021_10.models module

class azure.mgmt.applicationinsights.v2021_10.models.ErrorResponseLinkedStorage(*, error: _models.ErrorResponseLinkedStorageError | None = None, **kwargs: Any)[source]

Bases: Model

ErrorResponseLinkedStorage.

Variables:

error (ErrorResponseLinkedStorageError) – Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message.

Keyword Arguments:

error (ErrorResponseLinkedStorageError) – Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message.

class azure.mgmt.applicationinsights.v2021_10.models.ErrorResponseLinkedStorageError(**kwargs: Any)[source]

Bases: Model

Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message.

Variables are only populated by the server, and will be ignored when sending a request.

Variables:
  • code (str) – Error code.

  • message (str) – Error message indicating why the operation failed.

class azure.mgmt.applicationinsights.v2021_10.models.LiveTokenResponse(**kwargs: Any)[source]

Bases: Model

The response to a live token query.

Variables are only populated by the server, and will be ignored when sending a request.

Variables:

live_token (str) – JWT token for accessing live metrics stream data.

class azure.mgmt.applicationinsights.v2021_10.models.OperationInfo(*, provider: str | None = None, resource: str | None = None, operation: str | None = None, description: str | None = None, **kwargs: Any)[source]

Bases: Model

Information about an operation.

Variables:
  • provider (str) – Name of the provider.

  • resource (str) – Name of the resource type.

  • operation (str) – Name of the operation.

  • description (str) – Description of the operation.

Keyword Arguments:
  • provider (str) – Name of the provider.

  • resource (str) – Name of the resource type.

  • operation (str) – Name of the operation.

  • description (str) – Description of the operation.

class azure.mgmt.applicationinsights.v2021_10.models.OperationLive(*, name: str | None = None, is_data_action: bool | None = None, display: _models.OperationInfo | None = None, origin: str | None = None, properties: MutableMapping[str, Any] | None = None, **kwargs: Any)[source]

Bases: Model

Represents an operation returned by the GetOperations request.

Variables:
  • name (str) – Name of the operation.

  • is_data_action (bool) – Indicates whether the operation is a data action.

  • display (OperationInfo) – Display name of the operation.

  • origin (str) – Origin of the operation.

  • properties (JSON) – Properties of the operation.

Keyword Arguments:
  • name (str) – Name of the operation.

  • is_data_action (bool) – Indicates whether the operation is a data action.

  • display (OperationInfo) – Display name of the operation.

  • origin (str) – Origin of the operation.

  • properties (JSON) – Properties of the operation.

class azure.mgmt.applicationinsights.v2021_10.models.OperationsListResult(*, value: List[_models.OperationLive] | None = None, next_link: str | None = None, **kwargs: Any)[source]

Bases: Model

Result of the List Operations operation.

Variables:
  • value (list[OperationLive]) – A collection of operations.

  • next_link (str) – URL to get the next set of operation list results if there are any.

Keyword Arguments:
  • value (list[OperationLive]) – A collection of operations.

  • next_link (str) – URL to get the next set of operation list results if there are any.