Microsoft Azure · Capability

Microsoft Azure Azure Migrate V2 — PrivateLinkResourceController

Microsoft Azure Azure Migrate V2 — PrivateLinkResourceController. 2 operations. Lead operation: Microsoft Azure Get The List Of Private Link Resources. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePrivateLinkResourceController

What You Can Do

GET
Microsoftazureprivatelinkresourcecontrollergetprivatelinkresources — Microsoft Azure Get The List Of Private Link Resources
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/privatelinkresources
GET
Microsoftazureprivatelinkresourcecontrollergetprivatelinkresource — Microsoft Azure Get The Private Link Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/privatelinkresources/{privatelinkresourcename}

MCP Tools

microsoft-azure-get-list-private

Microsoft Azure Get The List Of Private Link Resources

read-only idempotent
microsoft-azure-get-private-link

Microsoft Azure Get The Private Link Resource

read-only idempotent

Capability Spec

azure-migrate-v2-privatelinkresourcecontroller.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Migrate V2 — PrivateLinkResourceController
  description: 'Microsoft Azure Azure Migrate V2 — PrivateLinkResourceController. 2 operations. Lead operation: Microsoft
    Azure Get The List Of Private Link Resources. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - PrivateLinkResourceController
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-migrate-v2-privatelinkresourcecontroller
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Migrate V2 — PrivateLinkResourceController business capability. Self-contained, no
      shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/privateLinkResources
      operations:
      - name: microsoftazureprivatelinkresourcecontrollergetprivatelinkresources
        method: GET
        description: Microsoft Azure Get The List Of Private Link Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/privateLinkResources/{privateLinkResourceName}
      operations:
      - name: microsoftazureprivatelinkresourcecontrollergetprivatelinkresource
        method: GET
        description: Microsoft Azure Get The Private Link Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: privateLinkResourceName
          in: path
          type: string
          description: Private Link resource name.
          required: true
  exposes:
  - type: rest
    namespace: azure-migrate-v2-privatelinkresourcecontroller-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Migrate V2 — PrivateLinkResourceController. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/privatelinkresources
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivatelinkresourcecontrollergetprivatelinkresources
        description: Microsoft Azure Get The List Of Private Link Resources
        call: azure-migrate-v2-privatelinkresourcecontroller.microsoftazureprivatelinkresourcecontrollergetprivatelinkresources
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/privatelinkresources/{privatelinkresourcename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivatelinkresourcecontrollergetprivatelinkresource
        description: Microsoft Azure Get The Private Link Resource
        call: azure-migrate-v2-privatelinkresourcecontroller.microsoftazureprivatelinkresourcecontrollergetprivatelinkresource
        with:
          privateLinkResourceName: rest.privateLinkResourceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-migrate-v2-privatelinkresourcecontroller-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Migrate V2 — PrivateLinkResourceController. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-private
      description: Microsoft Azure Get The List Of Private Link Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-v2-privatelinkresourcecontroller.microsoftazureprivatelinkresourcecontrollergetprivatelinkresources
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-private-link
      description: Microsoft Azure Get The Private Link Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-v2-privatelinkresourcecontroller.microsoftazureprivatelinkresourcecontrollergetprivatelinkresource
      with:
        privateLinkResourceName: tools.privateLinkResourceName
      outputParameters:
      - type: object
        mapping: $.