ResourceLinks
Gets a list of resource links at and below the specified source scope.
get/{scope}/providers/Microsoft.Resources/links
Path parameters
scopestring required
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.
Query parameters
$filter'atScope()'
The filter to apply when getting resource links. To get links only at the specified scope (not below the scope), use Filter.atScope().
api-versionstring required
The API version to use for the operation.
Response
OK - Returns an array of links at the specified scope.