azure.mgmt.applicationinsights package

Module contents

class azure.mgmt.applicationinsights.ApplicationInsightsManagementClient(credentials, subscription_id, api_version=None, base_url=None, profile=<KnownProfiles.default: <azure.profiles.DefaultProfile object>>)[source]

Bases: azure.profiles.multiapiclient.MultiApiClientMixin, msrest.service_client.SDKClient

Composite Swagger for Application Insights Management Client

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

Variables

config (ApplicationInsightsManagementClientConfiguration) – Configuration for client.

Parameters
  • credentials (A msrestazure Credentials object) – Credentials needed for the client to connect to Azure.

  • subscription_id (str) – Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

  • 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.

classmethod models(api_version='2020-03-01-preview')[source]

Module depends on the API version:

  • 2015-05-01: v2015_05_01.models

  • 2017-10-01: v2017_10_01.models

  • 2018-05-01-preview: v2018_05_01_preview.models

  • 2018-06-17-preview: v2018_06_17_preview.models

  • 2019-09-01-preview: v2019_09_01_preview.models

  • 2019-10-17-preview: v2019_10_17_preview.models

  • 2020-02-02-preview: v2020_02_02_preview.models

  • 2020-03-01-preview: v2020_03_01_preview.models

DEFAULT_API_VERSION = '2020-03-01-preview'
LATEST_PROFILE = azure.mgmt.applicationinsights.ApplicationInsightsManagementClient latest
property analytics_items

Instance depends on the API version:

  • 2015-05-01: AnalyticsItemsOperations

property annotations

Instance depends on the API version:

  • 2015-05-01: AnnotationsOperations

property api_keys

Instance depends on the API version:

  • 2015-05-01: APIKeysOperations

property component_available_features

Instance depends on the API version:

  • 2015-05-01: ComponentAvailableFeaturesOperations

property component_current_billing_features

Instance depends on the API version:

  • 2015-05-01: ComponentCurrentBillingFeaturesOperations

property component_current_pricing_plan

Instance depends on the API version:

  • 2017-10-01: ComponentCurrentPricingPlanOperations

property component_feature_capabilities

Instance depends on the API version:

  • 2015-05-01: ComponentFeatureCapabilitiesOperations

property component_linked_storage_accounts

Instance depends on the API version:

  • 2020-03-01-preview: ComponentLinkedStorageAccountsOperations

property component_quota_status

Instance depends on the API version:

  • 2015-05-01: ComponentQuotaStatusOperations

property components

Instance depends on the API version:

  • 2015-05-01: ComponentsOperations

  • 2018-05-01-preview: ComponentsOperations

  • 2020-02-02-preview: ComponentsOperations

property ea_subscription_list_migration_date

Instance depends on the API version:

  • 2017-10-01: EASubscriptionListMigrationDateOperations

property ea_subscription_migrate_to_new_pricing_model

Instance depends on the API version:

  • 2017-10-01: EASubscriptionMigrateToNewPricingModelOperations

property ea_subscription_rollback_to_legacy_pricing_model

Instance depends on the API version:

  • 2017-10-01: EASubscriptionRollbackToLegacyPricingModelOperations

property export_configurations

Instance depends on the API version:

  • 2015-05-01: ExportConfigurationsOperations

property favorites

Instance depends on the API version:

  • 2015-05-01: FavoritesOperations

property operations

Instance depends on the API version:

  • 2015-05-01: Operations

property proactive_detection_configurations

Instance depends on the API version:

  • 2015-05-01: ProactiveDetectionConfigurationsOperations

  • 2018-05-01-preview: ProactiveDetectionConfigurationsOperations

property queries

Instance depends on the API version:

  • 2019-09-01-preview: QueriesOperations

property query_packs

Instance depends on the API version:

  • 2019-09-01-preview: QueryPacksOperations

property web_test_locations

Instance depends on the API version:

  • 2015-05-01: WebTestLocationsOperations

property web_tests

Instance depends on the API version:

  • 2015-05-01: WebTestsOperations

property work_item_configurations

Instance depends on the API version:

  • 2015-05-01: WorkItemConfigurationsOperations

property workbook_templates

Instance depends on the API version:

  • 2019-10-17-preview: WorkbookTemplatesOperations

property workbooks

Instance depends on the API version:

  • 2015-05-01: WorkbooksOperations

  • 2018-06-17-preview: WorkbooksOperations

class azure.mgmt.applicationinsights.ApplicationInsightsManagementClientConfiguration(credentials, subscription_id, base_url=None)[source]

Bases: msrestazure.azure_configuration.AzureConfiguration

Configuration for ApplicationInsightsManagementClient Note that all parameters used to create this instance are saved as instance attributes.

Parameters
  • credentials (A msrestazure Credentials object) – Credentials needed for the client to connect to Azure.

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

  • base_url (str) – Service URL