forked from MicrosoftDocs/azure-docs-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure.mgmt.applicationinsights.v2018_06_17_preview.ApplicationInsightsManagementClient.yml
48 lines (46 loc) · 1.78 KB
/
azure.mgmt.applicationinsights.v2018_06_17_preview.ApplicationInsightsManagementClient.yml
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
### YamlMime:PythonClass
uid: azure.mgmt.applicationinsights.v2018_06_17_preview.ApplicationInsightsManagementClient
name: ApplicationInsightsManagementClient
fullName: azure.mgmt.applicationinsights.v2018_06_17_preview.ApplicationInsightsManagementClient
module: azure.mgmt.applicationinsights.v2018_06_17_preview
inheritances:
- builtins.object
summary: Composite Swagger for Application Insights Management Client.
constructor:
syntax: 'ApplicationInsightsManagementClient(credential: TokenCredential, 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.TokenCredential>
- 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 "2018-06-17-preview". Note that overriding
this default value may result in unsupported behavior.'
types:
- <xref:str>
variables:
- description: WorkbooksOperations operations
name: workbooks
types:
- <xref:azure.mgmt.applicationinsights.v2018_06_17_preview.operations.WorkbooksOperations>
- description: Operations operations
name: operations
types:
- <xref:azure.mgmt.applicationinsights.v2018_06_17_preview.operations.Operations>
methods:
- uid: azure.mgmt.applicationinsights.v2018_06_17_preview.ApplicationInsightsManagementClient.close
name: close
signature: close() -> None