GetSpatialAnchorsAccountPlainArgs

data class GetSpatialAnchorsAccountPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetSpatialAnchorsAccountPlainArgs>

A collection of arguments for invoking getSpatialAnchorsAccount.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String)

Properties

Link copied to clipboard

Specifies the name of the Spatial Anchors Account. Changing this forces a new resource to be created. Must be globally unique.

Link copied to clipboard

The name of the resource group in which to create the Spatial Anchors Account.

Functions

Link copied to clipboard
open override fun toJava(): GetSpatialAnchorsAccountPlainArgs