Azure Storage Account PrivateLinkResources API

The PrivateLinkResources API from Azure Storage Account — 1 operation(s) for privatelinkresources.

Operations 1

GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateLinkResources Azure Storage Account Private Link Resources_ List by Storage Account #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/azure-storage-account-privatelinkresources-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

azure-storage-account-privatelinkresources-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: The Azure Storage Management API.
  title: StorageManagementClient BlobContainers Private Link Resources API
  version: '2.0'
  x-apisguru-categories:
  - cloud
  x-logo:
    url: https://api.apis.guru/v2/cache/logo/https_assets.onestore.ms_cdnfiles_onestorerolling-1606-01000_shell_v3_images_logo_microsoft.png
  x-origin:
  - format: swagger
    url: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/blob.json
  x-preferred: false
  x-providerName: azure.com
  x-serviceName: storage-blob
  x-tags:
  - Azure
  - Microsoft
servers:
- url: https://management.azure.com
security:
- azure_auth:
  - user_impersonation
tags:
- name: PrivateLinkResources
paths:
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateLinkResources
  : get:
      description: Gets the private link resources that need to be created for a storage account.
      operationId: PrivateLinkResources_ListByStorageAccount
      parameters:
      - $ref: '#/components/parameters/ResourceGroupName'
      - $ref: '#/components/parameters/StorageAccountName'
      - description: The API version to use for this operation.
        in: query
        name: api-version
        required: true
        example: '2019-06-01'
        schema:
          type: string
          minLength: 1
      - description: The ID of the target subscription.
        in: path
        name: subscriptionId
        required: true
        example: 00000000-0000-0000-0000-000000000000
        schema:
          type: string
          minLength: 1
      responses:
        '200':
          description: Successfully retrieved private link resources.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PrivateLinkResourceListResult'
      tags:
      - PrivateLinkResources
      x-ms-examples:
        StorageAccountListPrivateLinkResources:
          parameters:
            accountName: sto2527
            api-version: '2019-06-01'
            monitor: 'true'
            resourceGroupName: res6977
            subscriptionId: '{subscription-id}'
          responses:
            '200':
              body:
                value:
                - id: /subscriptions/{subscription-id}/resourceGroups/res6977/providers/Microsoft.Storage/storageAccounts/sto2527/privateLinkResources/blob
                  name: blob
                  properties:
                    groupId: blob
                    requiredMembers:
                    - blob
                    requiredZoneNames:
                    - privatelink.blob.core.windows.net
                  type: Microsoft.Storage/storageAccounts/privateLinkResources
                - id: /subscriptions/{subscription-id}/resourceGroups/res6977/providers/Microsoft.Storage/storageAccounts/sto2527/privateLinkResources/blob_secondary
                  name: blob_secondary
                  properties:
                    groupId: blob_secondary
                    requiredMembers:
                    - blob_secondary
                    requiredZoneNames:
                    - privatelink.blob.core.windows.net
                  type: Microsoft.Storage/storageAccounts/privateLinkResources
                - id: /subscriptions/{subscription-id}/resourceGroups/res6977/providers/Microsoft.Storage/storageAccounts/sto2527/privateLinkResources/table
                  name: table
                  properties:
                    groupId: table
                    requiredMembers:
                    - table
                    requiredZoneNames:
                    - privatelink.table.core.windows.net
                  type: Microsoft.Storage/storageAccounts/privateLinkResources
                - id: /subscriptions/{subscription-id}/resourceGroups/res6977/providers/Microsoft.Storage/storageAccounts/sto2527/privateLinkResources/table_secondary
                  name: table_secondary
                  properties:
                    groupId: table_secondary
                    requiredMembers:
                    - table_secondary
                    requiredZoneNames:
                    - privatelink.table.core.windows.net
                  type: Microsoft.Storage/storageAccounts/privateLinkResources
                - id: /subscriptions/{subscription-id}/resourceGroups/res6977/providers/Microsoft.Storage/storageAccounts/sto2527/privateLinkResources/dfs
                  name: dfs
                  properties:
                    groupId: dfs
                    requiredMembers:
                    - dfs
                    requiredZoneNames:
                    - privatelink.dfs.core.windows.net
                  type: Microsoft.Storage/storageAccounts/privateLinkResources
                - id: /subscriptions/{subscription-id}/resourceGroups/res6977/providers/Microsoft.Storage/storageAccounts/sto2527/privateLinkResources/dfs_secondary
                  name: dfs_secondary
                  properties:
                    groupId: dfs_secondary
                    requiredMembers:
                    - dfs_secondary
                    requiredZoneNames:
                    - privatelink.dfs.core.windows.net
                  type: Microsoft.Storage/storageAccounts/privateLinkResources
      summary: Azure Storage Account Private Link Resources_ List by Storage Account
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
components:
  parameters:
    StorageAccountName:
      description: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
      in: path
      name: accountName
      required: true
      x-ms-parameter-location: method
      schema:
        type: string
        maxLength: 24
        minLength: 3
    ResourceGroupName:
      description: The name of the resource group within the user's subscription. The name is case insensitive.
      in: path
      name: resourceGroupName
      required: true
      x-ms-parameter-location: method
      schema:
        type: string
        maxLength: 90
        minLength: 1
        pattern: ^[-\w\._\(\)]+$
  schemas:
    PrivateLinkResourceListResult:
      description: A list of private link resources
      properties:
        value:
          description: Array of private link resources
          items:
            $ref: '#/components/schemas/PrivateLinkResource'
          type: array
    PrivateLinkResourceProperties:
      description: Properties of a private link resource.
      properties:
        groupId:
          description: The private link resource group id.
          readOnly: true
          type: string
        requiredMembers:
          description: The private link resource required member names.
          items:
            type: string
          readOnly: true
          type: array
        requiredZoneNames:
          description: The private link resource Private link DNS zone name.
          items:
            type: string
          type: array
    PrivateLinkResource:
      allOf:
      - properties:
          id:
            description: Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
            readOnly: true
            type: string
          name:
            description: The name of the resource
            readOnly: true
            type: string
          type:
            description: The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
            readOnly: true
            type: string
        x-ms-azure-resource: true
      description: A private link resource
      properties:
        properties:
          $ref: '#/components/schemas/PrivateLinkResourceProperties'
          description: Resource properties.
          x-ms-client-flatten: true
  securitySchemes:
    azure_auth:
      type: oauth2
      flows:
        implicit:
          scopes:
            user_impersonation: impersonate your user account
          authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
      description: Azure Active Directory OAuth2 Flow