azure.mgmt.applicationinsights.v2024_02_01_preview.operations module

class azure.mgmt.applicationinsights.v2024_02_01_preview.operations.DeletedWorkbooksOperations(*args, **kwargs)[source]

Bases: object

Warning

DO NOT instantiate this class directly.

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

list_by_subscription(category: str | CategoryType | None = None, tags: List[str] | None = None, **kwargs: Any) Iterable[DeletedWorkbook][source]

Get all recently deleted Workbooks in a specified subscription.

Parameters:
  • category (str or CategoryType) – Category of workbook to return. Known values are: “workbook”, “TSG”, “performance”, and “retention”. Default value is None.

  • tags (list[str]) – Tags presents on each workbook returned. Default value is None.

Returns:

An iterator like instance of either DeletedWorkbook or the result of cls(response)

Return type:

ItemPaged[DeletedWorkbook]

Raises:

HttpResponseError

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