Web Pub Sub - Add Connection To Group
將連線新增至目標群組。
PUT {endpoint}/api/hubs/{hub}/groups/{group}/connections/{connectionId}?api-version=2024-01-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
connection
|
path | True |
string |
目標線上標識碼 |
endpoint
|
path | True |
string url |
Web PubSub 服務實例的 HTTP 或 HTTPS 端點。 |
group
|
path | True |
string |
目標組名,其長度應大於0且小於1025。 Regex 模式: |
hub
|
path | True |
string |
目標中樞名稱,其開頭應為字母字元,且只包含英數位元或底線。 Regex 模式: |
api-version
|
query | True |
string |
REST API 的版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
成功 |
|
Other Status Codes |
錯誤回應 標題 x-ms-error-code: string |
範例
WebPubSub_AddConnectionToGroup
範例要求
PUT {endpoint}/api/hubs/hub1/groups/group1/connections/connection1?api-version=2024-01-01
範例回覆
定義
名稱 | Description |
---|---|
Error |
error 物件。 |
Inner |
ErrorDetail
error 物件。
名稱 | 類型 | Description |
---|---|---|
code |
string |
其中一組伺服器定義的錯誤碼。 |
details |
導致此錯誤之特定錯誤的詳細數據陣列。 |
|
inner | ||
message |
string |
錯誤的人類可讀取表示法。 |
target |
string |
錯誤的目標。 |
InnerError
名稱 | 類型 | Description |
---|---|---|
code |
string |
比包含的錯誤所提供更明確的錯誤碼。 |
inner |