共用方式為


Web Pub Sub - Connection Exists

檢查具有指定 connectionId 的連線是否存在。

HEAD {endpoint}/api/hubs/{hub}/connections/{connectionId}?api-version=2024-01-01

URI 參數

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

string

連接標識碼。

endpoint
path True

string

url

Web PubSub 服務實例的 HTTP 或 HTTPS 端點。

hub
path True

string

目標中樞名稱,其開頭應為字母字元,且只包含英數位元或底線。

Regex 模式: ^[A-Za-z][A-Za-z0-9_`,.[\]]{0,127}$

api-version
query True

string

REST API 的版本。

回應

名稱 類型 Description
200 OK

成功

404 Not Found

找不到

Other Status Codes

錯誤回應

標題

x-ms-error-code: string

範例

WebPubSub_ConnectionExists

範例要求

HEAD {endpoint}/api/hubs/hub1/connections/connection1?api-version=2024-01-01

範例回覆