get Remote Rendering Account
suspend fun getRemoteRenderingAccount(argument: GetRemoteRenderingAccountPlainArgs): GetRemoteRenderingAccountResult
!NOTE
Mixed Reality retirement
The Mixed Reality service is now deprecated and will be retired. Retrieve a Remote Rendering Account. Uses Azure REST API version 2021-03-01-preview. Other available API versions: 2021-01-01, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command
pulumi package add azure-native mixedreality [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
RemoteRenderingAccount Response.
Parameters
argument
null
suspend fun getRemoteRenderingAccount(accountName: String, resourceGroupName: String): GetRemoteRenderingAccountResult
Return
RemoteRenderingAccount Response.
Parameters
account Name
Name of an Mixed Reality Account.
resource Group Name
Name of an Azure resource group.
See also
suspend fun getRemoteRenderingAccount(argument: suspend GetRemoteRenderingAccountPlainArgsBuilder.() -> Unit): GetRemoteRenderingAccountResult
Return
RemoteRenderingAccount Response.
Parameters
argument
Builder for com.pulumi.azurenative.mixedreality.kotlin.inputs.GetRemoteRenderingAccountPlainArgs.