次の方法で共有


Private Link Resources - List By Private Link Scope

Azure Monitor PrivateLinkScope 用に作成する必要があるプライベート リンク リソースを取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateLinkResources?api-version=2019-10-17-preview

URI パラメーター

名前 / 必須 説明
resourceGroupName
path True

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

scopeName
path True

string

Azure Monitor PrivateLinkScope リソースの名前。

subscriptionId
path True

string

ターゲット サブスクリプションの ID。

api-version
query True

string

この操作に使用する API バージョン。

応答

名前 説明
200 OK

PrivateLinkResourceListResult

プライベート リンク リソースが正常に取得されました。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

Gets private endpoint connection.

Sample Request

GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/MyResourceGroup/providers/Microsoft.Insights/privateLinkScopes/MyPrivateLinkScope/privateLinkResources?api-version=2019-10-17-preview

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/MyResourceGroup/providers/Microsoft.Insights/privateLinkScopes/MyPrivateLinkScope/privateLinkResources/azuremonitor",
      "name": "azuremonitor",
      "type": "Microsoft.Insights/privateLinkScopes/privateLinkResources",
      "properties": {
        "groupId": "azuremonitor",
        "requiredMembers": [
          "draft",
          "breeze",
          "livemetrics",
          "snapshotdebugger",
          "profiler",
          "oms-12300000-1111-2222-3333-444444444444",
          "ods-12300000-1111-2222-3333-444444444444",
          "agent-12300000-1111-2222-3333-444444444444"
        ]
      }
    }
  ],
  "nextLink": null
}

定義

名前 説明
PrivateLinkResource

プライベート リンク リソース

PrivateLinkResourceListResult

プライベート リンク リソースの一覧

PrivateLinkResource

プライベート リンク リソース

名前 説明
id

string

Azure リソース ID

name

string

Azure リソース名

properties.groupId

string

プライベート リンク リソース グループ ID。

properties.requiredMembers

string[]

プライベート リンク リソースにはメンバー名が必要です。

type

string

Azure リソースタイプ

PrivateLinkResourceListResult

プライベート リンク リソースの一覧

名前 説明
nextLink

string

結果の次のページを取得するためのリンク。

value

PrivateLinkResource[]

結果の配列。