Resource Links - List At Source Scope
Gets a list of resource links at and below the specified source scope.
GET https://management.azure.com/{scope}/providers/Microsoft.Resources/links?api-version=2016-09-01
GET https://management.azure.com/{scope}/providers/Microsoft.Resources/links?$filter=atScope()&api-version=2016-09-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
scope
|
path | True |
string |
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. |
api-version
|
query | True |
string |
The API version to use for the operation. |
$filter
|
query |
The filter to apply when getting resource links. To get links only at the specified scope (not below the scope), use Filter.atScope(). |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK - Returns an array of links at the specified scope. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Definitions
Name | Description |
---|---|
Filter |
The filter to apply when getting resource links. To get links only at the specified scope (not below the scope), use Filter.atScope(). |
Resource |
The resource link. |
Resource |
The resource link properties. |
Resource |
List of resource links. |
Filter
The filter to apply when getting resource links. To get links only at the specified scope (not below the scope), use Filter.atScope().
Name | Type | Description |
---|---|---|
atScope() |
string |
ResourceLink
The resource link.
Name | Type | Description |
---|---|---|
id |
string |
The fully qualified ID of the resource link. |
name |
string |
The name of the resource link. |
properties |
Properties for resource link. |
|
type |
object |
The resource link object. |
ResourceLinkProperties
The resource link properties.
Name | Type | Description |
---|---|---|
notes |
string |
Notes about the resource link. |
sourceId |
string |
The fully qualified ID of the source resource in the link. |
targetId |
string |
The fully qualified ID of the target resource in the link. |
ResourceLinkResult
List of resource links.
Name | Type | Description |
---|---|---|
nextLink |
string |
The URL to use for getting the next set of results. |
value |
An array of resource links. |