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
subscriptionId
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

ResourceLinkResult

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
ResourceLink

The resource link.

ResourceLinkProperties

The resource link properties.

ResourceLinkResult

List of resource links.

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

ResourceLinkProperties

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

ResourceLink[]

An array of resource links.