get Spatial Anchors Account
suspend fun getSpatialAnchorsAccount(argument: GetSpatialAnchorsAccountPlainArgs): GetSpatialAnchorsAccountResult
Retrieve a Spatial Anchors Account. Azure REST API version: 2021-01-01. Other available API versions: 2019-02-28-preview, 2021-03-01-preview.
Return
SpatialAnchorsAccount Response.
Parameters
argument
null
suspend fun getSpatialAnchorsAccount(accountName: String, resourceGroupName: String): GetSpatialAnchorsAccountResult
Return
SpatialAnchorsAccount Response.
See also
Parameters
account Name
Name of an Mixed Reality Account.
resource Group Name
Name of an Azure resource group.
suspend fun getSpatialAnchorsAccount(argument: suspend GetSpatialAnchorsAccountPlainArgsBuilder.() -> Unit): GetSpatialAnchorsAccountResult
Return
SpatialAnchorsAccount Response.
See also
Parameters
argument
Builder for com.pulumi.azurenative.mixedreality.kotlin.inputs.GetSpatialAnchorsAccountPlainArgs.