共用方式為


Private Link Scopes - List

取得訂用帳戶內所有 Azure 監視器 PrivateLinkScopes 的清單。

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

URI 參數

名稱 位於 必要 類型 Description
subscriptionId
path True

string

目標訂用帳戶的標識碼。

api-version
query True

string

用於此作業的 API 版本。

回應

名稱 類型 Description
200 OK

AzureMonitorPrivateLinkScopeListResult

包含 0 個以上的 Azure 監視器 PrivateLinkScope 定義的清單。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

PrivateLinkScopesList.json

範例要求

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

範例回覆

{
  "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
}

定義

名稱 Description
AzureMonitorPrivateLinkScope

Azure 監視器 PrivateLinkScope 定義。

AzureMonitorPrivateLinkScopeListResult

描述 Azure 監視器 PrivateLinkScope 資源的清單。

PrivateEndpointConnection

私人端點連線

PrivateEndpointProperty

線上所屬的私人端點。

PrivateLinkServiceConnectionStateProperty

私人端點連線的狀態。

AzureMonitorPrivateLinkScope

Azure 監視器 PrivateLinkScope 定義。

名稱 類型 Description
id

string

Azure 資源標識碼

location

string

資源位置

name

string

Azure 資源名稱

properties.privateEndpointConnections

PrivateEndpointConnection[]

私人端點連線的清單。

properties.provisioningState

string

此 PrivateLinkScope 的目前狀態:是否已在已定義的資源群組內布建。 使用者無法變更此值,但能夠從中讀取。 值包括布建、成功、已取消和失敗。

tags

object

資源標籤

type

string

Azure 資源類型

AzureMonitorPrivateLinkScopeListResult

描述 Azure 監視器 PrivateLinkScope 資源的清單。

名稱 類型 Description
nextLink

string

如果結果集中傳回太多 PrivateLinkScopes,則取得下一組 Azure 監視器 PrivateLinkScope 定義的 URI。

value

AzureMonitorPrivateLinkScope[]

Azure 監視器 PrivateLinkScope 定義的清單。

PrivateEndpointConnection

私人端點連線

名稱 類型 Description
id

string

Azure 資源標識碼

name

string

Azure 資源名稱

properties.privateEndpoint

PrivateEndpointProperty

線上所屬的私人端點。

properties.privateLinkServiceConnectionState

PrivateLinkServiceConnectionStateProperty

私人端點連線的連接狀態。

properties.provisioningState

string

私人端點連線的狀態。

type

string

Azure 資源類型

PrivateEndpointProperty

線上所屬的私人端點。

名稱 類型 Description
id

string

私人端點的資源標識碼。

PrivateLinkServiceConnectionStateProperty

私人端點連線的狀態。

名稱 類型 Description
actionsRequired

string

私人鏈接服務連線所需的動作。

description

string

私人鏈接服務連線描述。

status

string

私人鏈接服務連線狀態。