-
Notifications
You must be signed in to change notification settings - Fork 259
Expand file tree
/
Copy pathazure.mgmt.applicationinsights.v2015_05_01.aio.ApplicationInsightsManagementClient.yml
More file actions
109 lines (107 loc) · 4.55 KB
/
azure.mgmt.applicationinsights.v2015_05_01.aio.ApplicationInsightsManagementClient.yml
File metadata and controls
109 lines (107 loc) · 4.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
### YamlMime:PythonClass
uid: azure.mgmt.applicationinsights.v2015_05_01.aio.ApplicationInsightsManagementClient
name: ApplicationInsightsManagementClient
fullName: azure.mgmt.applicationinsights.v2015_05_01.aio.ApplicationInsightsManagementClient
module: azure.mgmt.applicationinsights.v2015_05_01.aio
inheritances:
- builtins.object
summary: Composite Swagger for Application Insights Management Client.
constructor:
syntax: 'ApplicationInsightsManagementClient(credential: AsyncTokenCredential, subscription_id:
str, base_url: str = ''`https://management.azure.com`'', **kwargs: Any)'
parameters:
- name: credential
description: Credential needed for the client to connect to Azure. Required.
isRequired: true
types:
- <xref:azure.core.credentials_async.AsyncTokenCredential>
- name: subscription_id
description: The ID of the target subscription. Required.
isRequired: true
types:
- <xref:str>
- name: base_url
description: Service URL. Default value is "`https://management.azure.com`".
defaultValue: `https://management.azure.com`
types:
- <xref:str>
keywordOnlyParameters:
- name: api_version
description: 'Api Version. Default value is "2015-05-01". Note that overriding
this
default value may result in unsupported behavior.'
types:
- <xref:str>
variables:
- description: Operations operations
name: operations
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.Operations>
- description: AnnotationsOperations operations
name: annotations
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.AnnotationsOperations>
- description: APIKeysOperations operations
name: api_keys
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.APIKeysOperations>
- description: ExportConfigurationsOperations operations
name: export_configurations
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.ExportConfigurationsOperations>
- description: ComponentCurrentBillingFeaturesOperations operations
name: component_current_billing_features
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.ComponentCurrentBillingFeaturesOperations>
- description: ComponentQuotaStatusOperations operations
name: component_quota_status
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.ComponentQuotaStatusOperations>
- description: ComponentFeatureCapabilitiesOperations operations
name: component_feature_capabilities
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.ComponentFeatureCapabilitiesOperations>
- description: ComponentAvailableFeaturesOperations operations
name: component_available_features
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.ComponentAvailableFeaturesOperations>
- description: ProactiveDetectionConfigurationsOperations operations
name: proactive_detection_configurations
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.ProactiveDetectionConfigurationsOperations>
- description: ComponentsOperations operations
name: components
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.ComponentsOperations>
- description: WorkItemConfigurationsOperations operations
name: work_item_configurations
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.WorkItemConfigurationsOperations>
- description: FavoritesOperations operations
name: favorites
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.FavoritesOperations>
- description: WebTestLocationsOperations operations
name: web_test_locations
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.WebTestLocationsOperations>
- description: WebTestsOperations operations
name: web_tests
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.WebTestsOperations>
- description: AnalyticsItemsOperations operations
name: analytics_items
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.AnalyticsItemsOperations>
- description: WorkbooksOperations operations
name: workbooks
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.WorkbooksOperations>
- description: MyWorkbooksOperations operations
name: my_workbooks
types:
- <xref:azure.mgmt.applicationinsights.v2015_05_01.aio.operations.MyWorkbooksOperations>
methods:
- uid: azure.mgmt.applicationinsights.v2015_05_01.aio.ApplicationInsightsManagementClient.close
name: close
signature: async close() -> None