{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector ResourceLinks API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "ResourceLinks", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Linkid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:linkId", "params": [ { "name": "linkId", "value": "", "type": "path", "description": "The fully qualified Id of the resource link. For example, /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for the operation." } ] }, "docs": "Gets a resource link with the specified ID." }, { "info": { "name": "Microsoft Azure Put Linkid", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/:linkId", "params": [ { "name": "linkId", "value": "", "type": "path", "description": "The fully qualified ID of the resource link. Use the format, /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/{provider-namespace}/{resource-type}/{resource-name}/Microsoft.Resources/links/{link-name}. For example, /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for the operation." } ] }, "docs": "Creates or updates a resource link between the specified resources." }, { "info": { "name": "Microsoft Azure Delete Linkid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:linkId", "params": [ { "name": "linkId", "value": "", "type": "path", "description": "The fully qualified ID of the resource link. Use the format, /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/{provider-namespace}/{resource-type}/{resource-name}/Microsoft.Resources/links/{link-name}. For example, /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for the operation." } ] }, "docs": "Deletes a resource link with the specified ID." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Resources Links", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Resources/links", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the list resource links operation. The supported filter for list resource links is targetId. For example, $filter=targetId eq {value}" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for the operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "Gets all the linked resources for the subscription." }, { "info": { "name": "Microsoft Azure Get Scope Providers Microsoft Resources Links", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:scope/providers/Microsoft.Resources/links", "params": [ { "name": "scope", "value": "", "type": "path", "description": "The fully qualified ID of the scope for getting the resource links. For example, to list resource links at and under a resource group, set the scope to /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup." }, { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply when getting resource links. To get links only at the specified scope (not below the scope), use Filter.atScope()." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for the operation." } ] }, "docs": "Gets a list of resource links at and below the specified source scope." } ] } ], "bundled": true }