-
Notifications
You must be signed in to change notification settings - Fork 260
Expand file tree
/
Copy pathazure.mgmt.healthcareapis.HealthcareApisManagementClient.yml
More file actions
101 lines (97 loc) · 3.62 KB
/
Copy pathazure.mgmt.healthcareapis.HealthcareApisManagementClient.yml
File metadata and controls
101 lines (97 loc) · 3.62 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
### YamlMime:PythonClass
uid: azure.mgmt.healthcareapis.HealthcareApisManagementClient
name: HealthcareApisManagementClient
fullName: azure.mgmt.healthcareapis.HealthcareApisManagementClient
module: azure.mgmt.healthcareapis
inheritances:
- builtins.object
summary: Azure Healthcare APIs Client.
constructor:
syntax: 'HealthcareApisManagementClient(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 "2022-06-01". 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: ServicesOperations operations
name: services
types:
- <xref:azure.mgmt.healthcareapis.operations.ServicesOperations>
- description: PrivateEndpointConnectionsOperations operations
name: private_endpoint_connections
types:
- <xref:azure.mgmt.healthcareapis.operations.PrivateEndpointConnectionsOperations>
- description: PrivateLinkResourcesOperations operations
name: private_link_resources
types:
- <xref:azure.mgmt.healthcareapis.operations.PrivateLinkResourcesOperations>
- description: WorkspacesOperations operations
name: workspaces
types:
- <xref:azure.mgmt.healthcareapis.operations.WorkspacesOperations>
- description: DicomServicesOperations operations
name: dicom_services
types:
- <xref:azure.mgmt.healthcareapis.operations.DicomServicesOperations>
- description: IotConnectorsOperations operations
name: iot_connectors
types:
- <xref:azure.mgmt.healthcareapis.operations.IotConnectorsOperations>
- description: FhirDestinationsOperations operations
name: fhir_destinations
types:
- <xref:azure.mgmt.healthcareapis.operations.FhirDestinationsOperations>
- description: IotConnectorFhirDestinationOperations operations
name: iot_connector_fhir_destination
types:
- <xref:azure.mgmt.healthcareapis.operations.IotConnectorFhirDestinationOperations>
- description: FhirServicesOperations operations
name: fhir_services
types:
- <xref:azure.mgmt.healthcareapis.operations.FhirServicesOperations>
- description: 'WorkspacePrivateEndpointConnectionsOperations
operations'
name: workspace_private_endpoint_connections
types:
- <xref:azure.mgmt.healthcareapis.operations.WorkspacePrivateEndpointConnectionsOperations>
- description: WorkspacePrivateLinkResourcesOperations operations
name: workspace_private_link_resources
types:
- <xref:azure.mgmt.healthcareapis.operations.WorkspacePrivateLinkResourcesOperations>
- description: Operations operations
name: operations
types:
- <xref:azure.mgmt.healthcareapis.operations.Operations>
- description: OperationResultsOperations operations
name: operation_results
types:
- <xref:azure.mgmt.healthcareapis.operations.OperationResultsOperations>
methods:
- uid: azure.mgmt.healthcareapis.HealthcareApisManagementClient.close
name: close
signature: close() -> None