次の方法で共有


Private Link Scopes - List

サブスクリプション内のすべての Azure Monitor PrivateLinkScopes の一覧を取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/microsoft.insights/privateLinkScopes?api-version=2019-10-17-preview

URI パラメーター

名前 / 必須 説明
subscriptionId
path True

string

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

api-version
query True

string

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

応答

名前 説明
200 OK

AzureMonitorPrivateLinkScopeListResult

0 個以上の Azure Monitor PrivateLinkScope 定義を含むリスト。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

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

Scopes

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

PrivateLinkScopesList.json

Sample Request

GET https://management.azure.com/subscriptions/86dc51d3-92ed-4d7e-947a-775ea79b4919/providers/microsoft.insights/privateLinkScopes?api-version=2019-10-17-preview

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/86dc51d3-92ed-4d7e-947a-775ea79b4919/resourceGroups/my-resource-group/providers/microsoft.insights/privateLinkScopes/my-privatelinkscope",
      "name": "my-privatelinkscope",
      "type": "Microsoft.Insights/privateLinkScopes",
      "location": "Global",
      "tags": {},
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/86dc51d3-92ed-4d7e-947a-775ea79b4919/resourceGroups/my-other-resource-group/providers/microsoft.insights/privateLinkScopes/my-other-privatelinkscope",
      "name": "my-other-privatelinkscope",
      "type": "Microsoft.Insights/privateLinkScopes",
      "location": "Global",
      "tags": {},
      "properties": {
        "provisioningState": "Succeeded"
      }
    }
  ],
  "nextLink": null
}

定義

名前 説明
AzureMonitorPrivateLinkScope

Azure Monitor PrivateLinkScope 定義。

AzureMonitorPrivateLinkScopeListResult

Azure Monitor PrivateLinkScope リソースの一覧について説明します。

PrivateEndpointConnection

プライベート エンドポイント接続

PrivateEndpointProperty

接続が属するプライベート エンドポイント。

PrivateLinkServiceConnectionStateProperty

プライベート エンドポイント接続の状態。

AzureMonitorPrivateLinkScope

Azure Monitor PrivateLinkScope 定義。

名前 説明
id

string

Azure リソース ID

location

string

リソースの場所

name

string

Azure リソース名

properties.privateEndpointConnections

PrivateEndpointConnection[]

プライベート エンドポイント接続の一覧。

properties.provisioningState

string

この PrivateLinkScope の現在の状態: が定義されているリソース グループ内にプロビジョニングされているかどうか。 ユーザーはこの値を変更できませんが、そこから読み取ることができます。 値には、プロビジョニング、成功、取り消し、失敗が含まれます。

tags

object

リソース タグ

type

string

Azure リソースタイプ

AzureMonitorPrivateLinkScopeListResult

Azure Monitor PrivateLinkScope リソースの一覧について説明します。

名前 説明
nextLink

string

結果セットで返される PrivateLinkScope が多すぎる場合に、Azure Monitor PrivateLinkScope 定義の次のセットを取得する URI。

value

AzureMonitorPrivateLinkScope[]

Azure Monitor PrivateLinkScope 定義の一覧。

PrivateEndpointConnection

プライベート エンドポイント接続

名前 説明
id

string

Azure リソース ID

name

string

Azure リソース名

properties.privateEndpoint

PrivateEndpointProperty

接続が属するプライベート エンドポイント。

properties.privateLinkServiceConnectionState

PrivateLinkServiceConnectionStateProperty

プライベート エンドポイント接続の接続状態。

properties.provisioningState

string

プライベート エンドポイント接続の状態。

type

string

Azure リソースタイプ

PrivateEndpointProperty

接続が属するプライベート エンドポイント。

名前 説明
id

string

プライベート エンドポイントのリソース ID。

PrivateLinkServiceConnectionStateProperty

プライベート エンドポイント接続の状態。

名前 説明
actionsRequired

string

プライベート リンク サービス接続に必要なアクション。

description

string

プライベート リンク サービスの接続の説明。

status

string

プライベート リンク サービスの接続状態。