{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector PrivateLinkResourceController API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "PrivateLinkResourceController", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get The Private Link Resource", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/privateLinkResources/:privateLinkResourceName", "params": [ { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "privateLinkResourceName", "value": "", "type": "path", "description": "Private Link resource name." } ] }, "docs": "Get the private link resource with the specified name." }, { "info": { "name": "Microsoft Azure Get The List Of Private Link Resources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/privateLinkResources", "params": [ { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." } ] }, "docs": "Get the list of private link resources under a resource group and migrate project." } ] } ], "bundled": true }