HealthcareApisManagementClient Class

Azure Healthcare APIs Client.

Inheritance
builtins.object
HealthcareApisManagementClient

Constructor

HealthcareApisManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The subscription identifier.

base_url
str
default value: https://management.azure.com

Service URL. Default value is 'https://management.azure.com'.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

services
ServicesOperations

ServicesOperations operations

private_endpoint_connections
PrivateEndpointConnectionsOperations

PrivateEndpointConnectionsOperations operations

private_link_resources
PrivateLinkResourcesOperations

PrivateLinkResourcesOperations operations

workspaces
WorkspacesOperations

WorkspacesOperations operations

dicom_services
DicomServicesOperations

DicomServicesOperations operations

iot_connectors
IotConnectorsOperations

IotConnectorsOperations operations

fhir_destinations
FhirDestinationsOperations

FhirDestinationsOperations operations

iot_connector_fhir_destination
IotConnectorFhirDestinationOperations

IotConnectorFhirDestinationOperations operations

fhir_services
FhirServicesOperations

FhirServicesOperations operations

workspace_private_endpoint_connections
WorkspacePrivateEndpointConnectionsOperations

WorkspacePrivateEndpointConnectionsOperations operations

workspace_private_link_resources
WorkspacePrivateLinkResourcesOperations

WorkspacePrivateLinkResourcesOperations operations

operations
Operations

Operations operations

operation_results
OperationResultsOperations

OperationResultsOperations operations

Methods

close

close

async close() -> None