azure.mgmt.applicationinsights.v2020_03_01_preview.models module

class azure.mgmt.applicationinsights.v2020_03_01_preview.models.ComponentLinkedStorageAccounts(*, linked_storage_account: str | None = None, **kwargs: Any)[source]

Bases: ProxyResource

An Application Insights component linked storage accounts.

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

Variables:
  • id (str) – Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long

  • name (str) – The name of the resource.

  • type (str) – The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts”.

  • linked_storage_account (str) – Linked storage account resource ID.

Keyword Arguments:

linked_storage_account (str) – Linked storage account resource ID.

class azure.mgmt.applicationinsights.v2020_03_01_preview.models.ComponentLinkedStorageAccountsPatch(*, linked_storage_account: str | None = None, **kwargs: Any)[source]

Bases: Model

An Application Insights component linked storage accounts patch.

Variables:

linked_storage_account (str) – Linked storage account resource ID.

Keyword Arguments:

linked_storage_account (str) – Linked storage account resource ID.

class azure.mgmt.applicationinsights.v2020_03_01_preview.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.v2020_03_01_preview.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.v2020_03_01_preview.models.ProxyResource(**kwargs: Any)[source]

Bases: Resource

The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location.

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

Variables:
  • id (str) – Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long

  • name (str) – The name of the resource.

  • type (str) – The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts”.

class azure.mgmt.applicationinsights.v2020_03_01_preview.models.Resource(**kwargs: Any)[source]

Bases: Model

Common fields that are returned in the response for all Azure Resource Manager resources.

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

Variables:
  • id (str) – Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long

  • name (str) – The name of the resource.

  • type (str) – The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts”.

class azure.mgmt.applicationinsights.v2020_03_01_preview.models.StorageType(*values)[source]

Bases: str, Enum

StorageType.

SERVICE_PROFILER = 'ServiceProfiler'