azure.mgmt.applicationinsights.v2018_05_01_preview package
Submodules
- azure.mgmt.applicationinsights.v2018_05_01_preview.models module
ApplicationInsightsComponent
ApplicationInsightsComponentListResult
ApplicationInsightsComponentProactiveDetectionConfiguration
ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesRuleDefinitions
ApplicationType
ComponentPurgeBody
ComponentPurgeBodyFilters
ComponentPurgeResponse
ComponentPurgeStatusResponse
ComponentsResource
FlowType
HeaderField
IngestionMode
Operation
OperationInfo
OperationsListResult
PrivateLinkScopedResource
PublicNetworkAccessType
PurgeState
RequestSource
TagsResource
WebTest
WebTestGeolocation
WebTestKind
WebTestKindEnum
WebTestListResult
WebTestPropertiesConfiguration
WebTestPropertiesRequest
WebTestPropertiesValidationRules
WebTestPropertiesValidationRulesContentValidation
WebtestsResource
- azure.mgmt.applicationinsights.v2018_05_01_preview.operations module
ComponentsOperations
ComponentsOperations.create_or_update()
ComponentsOperations.delete()
ComponentsOperations.get()
ComponentsOperations.get_purge_status()
ComponentsOperations.list()
ComponentsOperations.list_by_resource_group()
ComponentsOperations.purge()
ComponentsOperations.update_tags()
ComponentsOperations.models
Operations
ProactiveDetectionConfigurationsOperations
WebTestsOperations
Module contents
- class azure.mgmt.applicationinsights.v2018_05_01_preview.ApplicationInsightsManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]
Bases:
object
Composite Swagger for Application Insights Management Client.
- Variables:
proactive_detection_configurations (azure.mgmt.applicationinsights.v2018_05_01_preview.operations.ProactiveDetectionConfigurationsOperations) – ProactiveDetectionConfigurationsOperations operations
components (azure.mgmt.applicationinsights.v2018_05_01_preview.operations.ComponentsOperations) – ComponentsOperations operations
operations (azure.mgmt.applicationinsights.v2018_05_01_preview.operations.Operations) – Operations operations
web_tests (azure.mgmt.applicationinsights.v2018_05_01_preview.operations.WebTestsOperations) – WebTestsOperations operations
- Parameters:
credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.
subscription_id (str) – The ID of the target subscription. Required.
base_url (str) – Service URL. Default value is “https://management.azure.com”.
- Keyword Arguments:
api_version (str) – Api Version. Default value is “2018-05-01-preview”. Note that overriding this default value may result in unsupported behavior.