User - Disconnect Session
사용자 세션의 연결을 끊습니다.
지정된 Rds 컨텍스트와 연결된 TenantGroup, Tenant, HostPool, SessionHost 및 SessionId에서 사용자 세션의 연결을 끊습니다.
POST https://rdbroker.wvd.microsoft.com/RdsManagement/V1/Tenants/{tenantName}/HostPools/{hostPoolName}/SessionHosts/{sessionHostName}/Sessions/{sessionId}/actions/disconnect-user
URI 매개 변수
| Name | In(다음 안에) | 필수 | 형식 | Description |
|---|---|---|---|---|
|
host
|
path | True |
string |
원하는 HostPool입니다. |
|
session
|
path | True |
string |
원하는 SessionHost 이름입니다. |
|
session
|
path | True |
integer (int32) |
원하는 세션 ID입니다. |
|
tenant
|
path | True |
string |
원하는 테넌트 이름입니다. |
응답
| Name | 형식 | Description |
|---|---|---|
| 404 Not Found |
TenantNotFound,HostPoolNotFound,SessionHostNotFound |