azure.mgmt.applicationinsights.v2020_02_02 package
Submodules
- azure.mgmt.applicationinsights.v2020_02_02.models module
ApplicationInsightsComponent
ApplicationInsightsComponentListResult
ApplicationType
ComponentPurgeBody
ComponentPurgeBodyFilters
ComponentPurgeResponse
ComponentPurgeStatusResponse
ComponentsResource
ErrorResponseComponents
ErrorResponseComponentsError
FlowType
IngestionMode
PrivateLinkScopedResource
PublicNetworkAccessType
PurgeState
RequestSource
TagsResource
- azure.mgmt.applicationinsights.v2020_02_02.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
Module contents
- class azure.mgmt.applicationinsights.v2020_02_02.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:
components (azure.mgmt.applicationinsights.v2020_02_02.operations.ComponentsOperations) – ComponentsOperations 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 “2020-02-02”. Note that overriding this default value may result in unsupported behavior.