Resource Links - List At Subscription
Gets all the linked resources for the subscription.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Resources/links?api-version=2016-09-01
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Resources/links?$filter={$filter}&api-version=2016-09-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
subscription
|
path | True |
string |
The ID of the target subscription. |
api-version
|
query | True |
string |
The API version to use for the operation. |
$filter
|
query |
string |
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} |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Returns an array of resource links for the subscription. |
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 |
---|---|
Resource |
The resource link. |
Resource |
The resource link properties. |
Resource |
List of resource links. |
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. |