Microsoft.HealthcareApis (stable:2020-03-30)

2025/09/26 • 15 new, 15 deleted methods

Services_Get (new)
Description Get the metadata of a service instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_CreateOrUpdate (new)
Description Create or update the metadata of a service instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
serviceDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_Update (new)
Description Update the metadata of a service instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_Delete (new)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_List (new)
Description Get all the service instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_ListByResourceGroup (new)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Operations_List (new)
Description Lists all of the available Healthcare service REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.HealthcareApis/operations
{
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
name: string ,
isDataAction: boolean ,
origin: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
properties: object ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_CheckNameAvailability (new)
Description Check if a service instance name is available.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/checkNameAvailability
{
api-version: string ,
subscriptionId: string ,
checkNameAvailabilityInputs:
{
name: string ,
type: string ,
}
,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: enum ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
OperationResults_Get (new)
Description Get the operation result for a long running operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/{locationName}/operationresults/{operationResultId}
{
api-version: string ,
subscriptionId: string ,
locationName: string ,
operationResultId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: enum ,
startTime: string ,
properties: string ,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnections_ListByService (new)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnections_Get (new)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnections_CreateOrUpdate (new)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnections_Delete (new)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResources_ListByService (new)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResources_Get (new)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_Get (removed)
Description Get the metadata of a service instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_CreateOrUpdate (removed)
Description Create or update the metadata of a service instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
serviceDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_Update (removed)
Description Update the metadata of a service instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_Delete (removed)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_List (removed)
Description Get all the service instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_ListByResourceGroup (removed)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Operations_List (removed)
Description Lists all of the available Healthcare service REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.HealthcareApis/operations
{
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
name: string ,
isDataAction: boolean ,
origin: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
properties: object ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_CheckNameAvailability (removed)
Description Check if a service instance name is available.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/checkNameAvailability
{
api-version: string ,
subscriptionId: string ,
checkNameAvailabilityInputs:
{
name: string ,
type: string ,
}
,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: enum ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
OperationResults_Get (removed)
Description Get the operation result for a long running operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/{locationName}/operationresults/{operationResultId}
{
api-version: string ,
subscriptionId: string ,
locationName: string ,
operationResultId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: enum ,
startTime: string ,
properties: string ,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnections_ListByService (removed)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnections_Get (removed)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnections_CreateOrUpdate (removed)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnections_Delete (removed)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResources_ListByService (removed)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResources_Get (removed)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}