共用方式為


Private Endpoint Connections - Get

取得指定資源群組中搜尋服務的私人端點連線詳細數據。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections/{privateEndpointConnectionName}?api-version=2024-03-01-preview

URI 參數

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

string

與 Azure AI 搜尋服務 與指定資源群組的私人端點連線名稱。

resourceGroupName
path True

string

目前訂用帳戶內的資源組名。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。

searchServiceName
path True

string

與指定資源群組相關聯的 Azure AI 搜尋服務 名稱。

Regex 模式: ^(?=.{2,60}$)[a-z0-9][a-z0-9]+(-[a-z0-9]+)*$

subscriptionId
path True

string

Microsoft Azure 訂用帳戶的唯一標識符。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。

api-version
query True

string

要用於每個要求的 API 版本。

要求標頭

名稱 必要 類型 Description
x-ms-client-request-id

string

uuid

用戶端產生之可識別此要求的 GUID 值。 如果已指定,則會將回應資訊包含在響應資訊中,以作為追蹤要求的方式。

回應

名稱 類型 Description
200 OK

PrivateEndpointConnection

已成功擷取私人端點連線的定義,且在回應中。

Other Status Codes

CloudError

找不到 HTTP 404 () :找不到訂用帳戶、資源群組、搜尋服務或私人端點連線。

安全性

azure_auth

指定 Microsoft 身分識別平台上支援的隱含授與流程。

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

範圍

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

範例

PrivateEndpointConnectionGet

範例要求

GET https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Search/searchServices/mysearchservice/privateEndpointConnections/testEndpoint.50bf4fbe-d7c1-4b48-a642-4f5892642546?api-version=2024-03-01-preview

範例回覆

{
  "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Search/searchServices/mysearchservice/privateEndpointConnections/testEndpoint.50bf4fbe-d7c1-4b48-a642-4f5892642546",
  "name": "testEndpoint.50bf4fbe-d7c1-4b48-a642-4f5892642546",
  "type": "Microsoft.Search/searchServices/privateEndpointConnections",
  "properties": {
    "privateEndpoint": {
      "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/privateEndpoints/testEndpoint"
    },
    "privateLinkServiceConnectionState": {
      "status": "Approved",
      "description": "",
      "actionsRequired": "None"
    }
  }
}

定義

名稱 Description
CloudError

包含 API 錯誤的相關信息。

CloudErrorBody

描述具有錯誤碼和訊息的特定 API 錯誤。

PrivateEndpoint

來自 Microsoft.Network 提供者的私人端點資源。

PrivateEndpointConnection

描述與 Azure AI 搜尋服務 的現有私人端點連線。

PrivateEndpointConnectionProperties

描述現有私人端點連線與搜尋服務的屬性。

PrivateLinkServiceConnectionProvisioningState

私人鏈接服務連線的布建狀態。 有效值為 [更新]、[刪除]、[失敗]、[成功]、[不完整] 或 [取消]。

PrivateLinkServiceConnectionState

描述現有與私人端點 Azure Private Link 服務連線的目前狀態。

PrivateLinkServiceConnectionStatus

私人鏈接服務連線的狀態。 有效值為 Pending、Approved、Rejected 或 Disconnected。

CloudError

包含 API 錯誤的相關信息。

名稱 類型 Description
error

CloudErrorBody

描述具有錯誤碼和訊息的特定 API 錯誤。

message

string

提示錯誤 (詳細數據/偵錯資訊的簡短描述,請參閱 'error.message' 屬性) 。

CloudErrorBody

描述具有錯誤碼和訊息的特定 API 錯誤。

名稱 類型 Description
code

string

比起 HTTP 狀態代碼,更精確地描述錯誤狀況的錯誤碼。 可用來以程式設計方式處理特定錯誤案例。

details

CloudErrorBody[]

包含與此錯誤相關的巢狀錯誤。

message

string

描述錯誤的詳細訊息,並提供偵錯資訊。

target

string

例如,錯誤 (中屬性的名稱) 的特定錯誤目標。

PrivateEndpoint

來自 Microsoft.Network 提供者的私人端點資源。

名稱 類型 Description
id

string

Microsoft.Network 提供者私人端點資源的資源標識符。

PrivateEndpointConnection

描述與 Azure AI 搜尋服務 的現有私人端點連線。

名稱 類型 Description
id

string

資源的完整資源識別碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

資源的名稱

properties

PrivateEndpointConnectionProperties

描述與 Azure AI 搜尋服務 之現有私人端點連線的屬性。

type

string

資源類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts”

PrivateEndpointConnectionProperties

描述現有私人端點連線與搜尋服務的屬性。

名稱 類型 Description
groupId

string

私人鏈接服務所屬之 Azure 資源的群組識別碼。

privateEndpoint

PrivateEndpoint

來自 Microsoft.Network 提供者的私人端點資源。

privateLinkServiceConnectionState

PrivateLinkServiceConnectionState

描述現有與私人端點 Azure Private Link 服務連線的目前狀態。

provisioningState

PrivateLinkServiceConnectionProvisioningState

私人鏈接服務連線的布建狀態。 有效值為 [更新]、[刪除]、[失敗]、[成功]、[不完整] 或 [取消]。

PrivateLinkServiceConnectionProvisioningState

私人鏈接服務連線的布建狀態。 有效值為 [更新]、[刪除]、[失敗]、[成功]、[不完整] 或 [取消]。

名稱 類型 Description
Canceled

string

已取消私人連結服務連線資源的布建要求。

Deleting

string

私人鏈接服務連線正在進行刪除。

Failed

string

無法布建或刪除私人連結服務連線。

Incomplete

string

已接受私人連結服務連線資源的布建要求,但尚未開始建立程式。

Succeeded

string

私人鏈接服務連線已完成佈建,且已準備好進行核准。

Updating

string

私人鏈接服務連線正在建立時,與其他資源一起建立,使其功能完整。

PrivateLinkServiceConnectionState

描述現有與私人端點 Azure Private Link 服務連線的目前狀態。

名稱 類型 預設值 Description
actionsRequired

string

None

任何可能需要的額外動作的描述。

description

string

私人鏈接服務連線狀態的描述。

status

PrivateLinkServiceConnectionStatus

私人鏈接服務連線的狀態。 有效值為 Pending、Approved、Rejected 或 Disconnected。

PrivateLinkServiceConnectionStatus

私人鏈接服務連線的狀態。 有效值為 Pending、Approved、Rejected 或 Disconnected。

名稱 類型 Description
Approved

string

私人端點連線已核准並可供使用。

Disconnected

string

私人端點連線已從服務中移除。

Pending

string

已建立私人端點連線,並擱置核准。

Rejected

string

私人端點連線已遭到拒絕且無法使用。