-
Notifications
You must be signed in to change notification settings - Fork 249
/
Copy pathazure.mgmt.iothub.v2018_01_22.IotHubClient.yml
59 lines (56 loc) · 1.88 KB
/
azure.mgmt.iothub.v2018_01_22.IotHubClient.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
48
49
50
51
52
53
54
55
56
57
58
### YamlMime:PythonClass
uid: azure.mgmt.iothub.v2018_01_22.IotHubClient
name: IotHubClient
fullName: azure.mgmt.iothub.v2018_01_22.IotHubClient
module: azure.mgmt.iothub.v2018_01_22
inheritances:
- builtins.object
summary: Use this API to manage the IoT hubs in your Azure subscription.
constructor:
syntax: 'IotHubClient(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 subscription identifier. 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-01-22". Note that overriding
this
default value may result in unsupported behavior.'
types:
- <xref:str>
- name: polling_interval
description: 'Default waiting time between two polls for LRO operations if no
Retry-After header is present.'
types:
- <xref:int>
variables:
- description: Operations operations
name: operations
types:
- <xref:azure.mgmt.iothub.v2018_01_22.operations.Operations>
- description: IotHubResourceOperations operations
name: iot_hub_resource
types:
- <xref:azure.mgmt.iothub.v2018_01_22.operations.IotHubResourceOperations>
- description: CertificatesOperations operations
name: certificates
types:
- <xref:azure.mgmt.iothub.v2018_01_22.operations.CertificatesOperations>
methods:
- uid: azure.mgmt.iothub.v2018_01_22.IotHubClient.close
name: close
signature: close() -> None