Documentation
¶
Index ¶
- type LookupRemoteRenderingAccountArgs
- type LookupRemoteRenderingAccountResult
- type LookupSpatialAnchorsAccountArgs
- type LookupSpatialAnchorsAccountResult
- type RemoteRenderingAccount
- type RemoteRenderingAccountArgs
- type RemoteRenderingAccountState
- type SpatialAnchorsAccount
- type SpatialAnchorsAccountArgs
- type SpatialAnchorsAccountState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LookupRemoteRenderingAccountResult ¶
type LookupRemoteRenderingAccountResult struct { // Correspond domain name of certain Spatial Anchors Account AccountDomain string `pulumi:"accountDomain"` // unique id of certain account. 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"` }
RemoteRenderingAccount Response.
func LookupRemoteRenderingAccount ¶
func LookupRemoteRenderingAccount(ctx *pulumi.Context, args *LookupRemoteRenderingAccountArgs, opts ...pulumi.InvokeOption) (*LookupRemoteRenderingAccountResult, error)
type LookupSpatialAnchorsAccountResult ¶
type LookupSpatialAnchorsAccountResult struct { // Correspond domain name of certain Spatial Anchors Account AccountDomain string `pulumi:"accountDomain"` // unique id of certain account. 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 RemoteRenderingAccount ¶
type RemoteRenderingAccount struct { pulumi.CustomResourceState // Correspond domain name of certain Spatial Anchors Account AccountDomain pulumi.StringOutput `pulumi:"accountDomain"` // unique id of certain account. 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"` }
RemoteRenderingAccount Response.
func GetRemoteRenderingAccount ¶
func GetRemoteRenderingAccount(ctx *pulumi.Context, name string, id pulumi.IDInput, state *RemoteRenderingAccountState, opts ...pulumi.ResourceOption) (*RemoteRenderingAccount, error)
GetRemoteRenderingAccount gets an existing RemoteRenderingAccount 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 NewRemoteRenderingAccount ¶
func NewRemoteRenderingAccount(ctx *pulumi.Context, name string, args *RemoteRenderingAccountArgs, opts ...pulumi.ResourceOption) (*RemoteRenderingAccount, error)
NewRemoteRenderingAccount registers a new resource with the given unique name, arguments, and options.
type RemoteRenderingAccountArgs ¶
type RemoteRenderingAccountArgs struct { // Name of an Mixed Reality Account. AccountName pulumi.StringInput // The geo-location where the resource lives Location pulumi.StringInput // Name of an Azure resource group. ResourceGroupName pulumi.StringInput // Resource tags. Tags pulumi.StringMapInput }
The set of arguments for constructing a RemoteRenderingAccount resource.
func (RemoteRenderingAccountArgs) ElementType ¶
func (RemoteRenderingAccountArgs) ElementType() reflect.Type
type RemoteRenderingAccountState ¶
type RemoteRenderingAccountState struct { // Correspond domain name of certain Spatial Anchors Account AccountDomain pulumi.StringPtrInput // unique id of certain account. 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 (RemoteRenderingAccountState) ElementType ¶
func (RemoteRenderingAccountState) ElementType() reflect.Type
type SpatialAnchorsAccount ¶
type SpatialAnchorsAccount struct { pulumi.CustomResourceState // Correspond domain name of certain Spatial Anchors Account AccountDomain pulumi.StringOutput `pulumi:"accountDomain"` // unique id of certain account. 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 { // Name of an Mixed Reality Account. AccountName pulumi.StringInput // The geo-location where the resource lives Location pulumi.StringInput // Name of an Azure resource group. ResourceGroupName 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 account. 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