{ "opencollection": "1.0.0", "info": { "name": "Azure Health Data Services de-identification service Collection PrivateEndpointConnections API", "version": "2024-11-15" }, "items": [ { "info": { "name": "PrivateEndpointConnections", "type": "folder" }, "items": [ { "info": { "name": "PrivateEndpointConnections_ListByService", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/services/:resourceName/privateEndpointConnections", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the service instance." } ] }, "docs": "Lists all private endpoint connections for a service." }, { "info": { "name": "PrivateEndpointConnections_Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/services/:resourceName/privateEndpointConnections/:privateEndpointConnectionName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the service instance." } ] }, "docs": "Gets the specified private endpoint connection associated with the service." }, { "info": { "name": "PrivateEndpointConnections_CreateOrUpdate", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/services/:resourceName/privateEndpointConnections/:privateEndpointConnectionName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the service instance." } ] }, "docs": "Update the state of the specified private endpoint connection associated with the service." }, { "info": { "name": "PrivateEndpointConnections_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/services/:resourceName/privateEndpointConnections/:privateEndpointConnectionName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the service instance." } ] }, "docs": "Deletes a private endpoint connection." } ] } ], "bundled": true }