list Host Pool Registration Tokens
suspend fun listHostPoolRegistrationTokens(argument: ListHostPoolRegistrationTokensPlainArgs): ListHostPoolRegistrationTokensResult
Operation to list the RegistrationTokens associated with the HostPool. Uses Azure REST API version 2024-04-08-preview. Other available API versions: 2024-04-03, 2024-08-08-preview, 2024-11-01-preview.
Return
List of RegistrationToken definitions.
Parameters
argument
null
suspend fun listHostPoolRegistrationTokens(hostPoolName: String, resourceGroupName: String): ListHostPoolRegistrationTokensResult
Return
List of RegistrationToken definitions.
Parameters
host Pool Name
The name of the host pool within the specified resource group
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun listHostPoolRegistrationTokens(argument: suspend ListHostPoolRegistrationTokensPlainArgsBuilder.() -> Unit): ListHostPoolRegistrationTokensResult
Return
List of RegistrationToken definitions.
Parameters
argument
Builder for com.pulumi.azurenative.desktopvirtualization.kotlin.inputs.ListHostPoolRegistrationTokensPlainArgs.