-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy pathazure.mgmt.hardwaresecuritymodules.aio.HardwareSecurityModulesMgmtClient.yml
69 lines (65 loc) · 2.63 KB
/
azure.mgmt.hardwaresecuritymodules.aio.HardwareSecurityModulesMgmtClient.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
59
60
61
62
63
64
65
66
67
68
### YamlMime:PythonClass
uid: azure.mgmt.hardwaresecuritymodules.aio.HardwareSecurityModulesMgmtClient
name: HardwareSecurityModulesMgmtClient
fullName: azure.mgmt.hardwaresecuritymodules.aio.HardwareSecurityModulesMgmtClient
module: azure.mgmt.hardwaresecuritymodules.aio
inheritances:
- builtins.object
summary: 'The Azure management API provides a RESTful set of web services that interact
with Azure HSM
RP.'
constructor:
syntax: 'HardwareSecurityModulesMgmtClient(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. The value must be an UUID. 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: polling_interval
description: 'Default waiting time between two polls for LRO operations if no
Retry-After header is present.'
types:
- <xref:int>
variables:
- description: CloudHsmClustersOperations operations
name: cloud_hsm_clusters
types:
- <xref:azure.mgmt.hardwaresecuritymodules.aio.operations.CloudHsmClustersOperations>
- description: 'CloudHsmClusterPrivateLinkResourcesOperations
operations'
name: cloud_hsm_cluster_private_link_resources
types:
- <xref:azure.mgmt.hardwaresecuritymodules.aio.operations.CloudHsmClusterPrivateLinkResourcesOperations>
- description: CloudHsmClusterPrivateEndpointConnectionsOperations operations
name: cloud_hsm_cluster_private_endpoint_connections
types:
- <xref:azure.mgmt.hardwaresecuritymodules.aio.operations.CloudHsmClusterPrivateEndpointConnectionsOperations>
- description: PrivateEndpointConnectionsOperations operations
name: private_endpoint_connections
types:
- <xref:azure.mgmt.hardwaresecuritymodules.aio.operations.PrivateEndpointConnectionsOperations>
- description: Operations operations
name: operations
types:
- <xref:azure.mgmt.hardwaresecuritymodules.aio.operations.Operations>
- description: DedicatedHsmOperations operations
name: dedicated_hsm
types:
- <xref:azure.mgmt.hardwaresecuritymodules.aio.operations.DedicatedHsmOperations>
methods:
- uid: azure.mgmt.hardwaresecuritymodules.aio.HardwareSecurityModulesMgmtClient.close
name: close
signature: async close() -> None