Description | : Operation to list the RegistrationTokens associated with the HostPool. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "HostPools_ListRegistrationTokens", "Description": { "new": "Operation to list the RegistrationTokens associated with the HostPool.", "old": "Operation to list the RegistrationTokens associated with the HostPool" } }
⚼ Request
POST:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/listRegistrationTokens
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
hostPoolName:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
expirationTime:
string
,
token:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}