azure.mgmt.applicationinsights package

Module contents

class azure.mgmt.applicationinsights.ApplicationInsightsManagementClient(credential: TokenCredential, subscription_id: str, api_version: str | None = None, base_url: str = 'https://management.azure.com', profile: KnownProfiles = KnownProfiles.default, **kwargs: Any)[source]

Bases: MultiApiClientMixin, _SDKClient

Composite Swagger for Application Insights Management Client.

This ready contains multiple API versions, to help you deal with all of the Azure clouds (Azure Stack, Azure Government, Azure China, etc.). By default, it uses the latest API version available on public Azure. For production, you should stick to a particular api-version and/or profile. The profile sets a mapping between an operation group and its API version. The api-version parameter sets the default API version if the operation group is not described in the profile.

Parameters:
  • credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.

  • subscription_id (str) – The ID of the target subscription. Required.

  • api_version (str) – API version to use if no profile is provided, or if missing in profile.

  • base_url (str) – Service URL

  • profile (azure.profiles.KnownProfiles) – A profile definition, from KnownProfiles to dict.

This is a fake class to support current implemetation of MultiApiClientMixin.” Will be removed in final version of multiapi azure-core based client

classmethod models(api_version='2023-06-01')[source]

Module depends on the API version:

close()[source]
DEFAULT_API_VERSION = '2023-06-01'
LATEST_PROFILE = azure.mgmt.applicationinsights.ApplicationInsightsManagementClient latest
property analytics_items

Instance depends on the API version:

property annotations

Instance depends on the API version:

property api_keys

Instance depends on the API version:

property component_available_features

Instance depends on the API version:

property component_current_billing_features

Instance depends on the API version:

property component_current_pricing_plan

Instance depends on the API version:

property component_feature_capabilities

Instance depends on the API version:

property component_linked_storage_accounts

Instance depends on the API version:

property component_quota_status

Instance depends on the API version:

property components

Instance depends on the API version:

property deleted_workbooks

Instance depends on the API version:

property ea_subscription_list_migration_date

Instance depends on the API version:

property ea_subscription_migrate_to_new_pricing_model

Instance depends on the API version:

property ea_subscription_rollback_to_legacy_pricing_model

Instance depends on the API version:

property export_configurations

Instance depends on the API version:

property favorites

Instance depends on the API version:

property live_token

Instance depends on the API version:

property my_workbooks

Instance depends on the API version:

property operations

Instance depends on the API version:

property proactive_detection_configurations

Instance depends on the API version:

property web_test_locations

Instance depends on the API version:

property web_tests

Instance depends on the API version:

property work_item_configurations

Instance depends on the API version:

property workbook_templates

Instance depends on the API version:

property workbooks

Instance depends on the API version:

Submodules