list Remote Rendering Account Keys
suspend fun listRemoteRenderingAccountKeys(argument: ListRemoteRenderingAccountKeysPlainArgs): ListRemoteRenderingAccountKeysResult
!NOTE
Mixed Reality retirement
The Mixed Reality service is now deprecated and will be retired. List Both of the 2 Keys of a Remote Rendering Account Uses Azure REST API version 2021-01-01. Other available API versions: 2021-03-01-preview, 2025-01-01.
Return
Developer Keys of account
Parameters
argument
null
suspend fun listRemoteRenderingAccountKeys(accountName: String, resourceGroupName: String): ListRemoteRenderingAccountKeysResult
Return
Developer Keys of account
Parameters
account Name
Name of an Mixed Reality Account.
resource Group Name
Name of an Azure resource group.
See also
suspend fun listRemoteRenderingAccountKeys(argument: suspend ListRemoteRenderingAccountKeysPlainArgsBuilder.() -> Unit): ListRemoteRenderingAccountKeysResult
Return
Developer Keys of account
Parameters
argument
Builder for com.pulumi.azurenative.mixedreality.kotlin.inputs.ListRemoteRenderingAccountKeysPlainArgs.