{ "opencollection": "1.0.0", "info": { "name": "Azure Health Data Services de-identification service Collection WorkspacePrivateLinkResources API", "version": "2024-11-15" }, "items": [ { "info": { "name": "WorkspacePrivateLinkResources", "type": "folder" }, "items": [ { "info": { "name": "WorkspacePrivateLinkResources_ListByWorkspace", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/workspaces/:workspaceName/privateLinkResources", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of workspace resource." } ] }, "docs": "Gets the private link resources that need to be created for a workspace." }, { "info": { "name": "WorkspacePrivateLinkResources_Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/workspaces/:workspaceName/privateLinkResources/:groupName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of workspace resource." }, { "name": "groupName", "value": "", "type": "path", "description": "The name of the private link resource group." } ] }, "docs": "Gets a private link resource that need to be created for a workspace." } ] } ], "bundled": true }