Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LookupSpatialAnchorsAccountResult ¶
type LookupSpatialAnchorsAccountResult struct { // Correspond domain name of certain Spatial Anchors Account AccountDomain string `pulumi:"accountDomain"` // unique id of certain Spatial Anchors Account data contract. AccountId string `pulumi:"accountId"` // The geo-location where the resource lives Location string `pulumi:"location"` // The name of the resource Name string `pulumi:"name"` // Resource tags. Tags map[string]string `pulumi:"tags"` // The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. Type string `pulumi:"type"` }
SpatialAnchorsAccount Response.
func LookupSpatialAnchorsAccount ¶
func LookupSpatialAnchorsAccount(ctx *pulumi.Context, args *LookupSpatialAnchorsAccountArgs, opts ...pulumi.InvokeOption) (*LookupSpatialAnchorsAccountResult, error)
type SpatialAnchorsAccount ¶
type SpatialAnchorsAccount struct { pulumi.CustomResourceState // Correspond domain name of certain Spatial Anchors Account AccountDomain pulumi.StringOutput `pulumi:"accountDomain"` // unique id of certain Spatial Anchors Account data contract. AccountId pulumi.StringOutput `pulumi:"accountId"` // The geo-location where the resource lives Location pulumi.StringOutput `pulumi:"location"` // The name of the resource Name pulumi.StringOutput `pulumi:"name"` // Resource tags. Tags pulumi.StringMapOutput `pulumi:"tags"` // The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. Type pulumi.StringOutput `pulumi:"type"` }
SpatialAnchorsAccount Response.
func GetSpatialAnchorsAccount ¶
func GetSpatialAnchorsAccount(ctx *pulumi.Context, name string, id pulumi.IDInput, state *SpatialAnchorsAccountState, opts ...pulumi.ResourceOption) (*SpatialAnchorsAccount, error)
GetSpatialAnchorsAccount gets an existing SpatialAnchorsAccount resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
func NewSpatialAnchorsAccount ¶
func NewSpatialAnchorsAccount(ctx *pulumi.Context, name string, args *SpatialAnchorsAccountArgs, opts ...pulumi.ResourceOption) (*SpatialAnchorsAccount, error)
NewSpatialAnchorsAccount registers a new resource with the given unique name, arguments, and options.
type SpatialAnchorsAccountArgs ¶
type SpatialAnchorsAccountArgs struct { // The geo-location where the resource lives Location pulumi.StringInput // Name of an Azure resource group. ResourceGroupName pulumi.StringInput // Name of an Mixed Reality Spatial Anchors Account. SpatialAnchorsAccountName pulumi.StringInput // Resource tags. Tags pulumi.StringMapInput }
The set of arguments for constructing a SpatialAnchorsAccount resource.
func (SpatialAnchorsAccountArgs) ElementType ¶
func (SpatialAnchorsAccountArgs) ElementType() reflect.Type
type SpatialAnchorsAccountState ¶
type SpatialAnchorsAccountState struct { // Correspond domain name of certain Spatial Anchors Account AccountDomain pulumi.StringPtrInput // unique id of certain Spatial Anchors Account data contract. AccountId pulumi.StringPtrInput // The geo-location where the resource lives Location pulumi.StringPtrInput // The name of the resource Name pulumi.StringPtrInput // Resource tags. Tags pulumi.StringMapInput // The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. Type pulumi.StringPtrInput }
func (SpatialAnchorsAccountState) ElementType ¶
func (SpatialAnchorsAccountState) ElementType() reflect.Type
Click to show internal directories.
Click to hide internal directories.