Documentation
¶
Index ¶
- type ListRemoteRenderingAccountKeysArgs
- type ListRemoteRenderingAccountKeysResult
- type LookupRemoteRenderingAccountArgs
- type LookupRemoteRenderingAccountResult
- type RemoteRenderingAccount
- type RemoteRenderingAccountArgs
- type RemoteRenderingAccountIdentity
- type RemoteRenderingAccountIdentityArgs
- func (RemoteRenderingAccountIdentityArgs) ElementType() reflect.Type
- func (i RemoteRenderingAccountIdentityArgs) ToRemoteRenderingAccountIdentityOutput() RemoteRenderingAccountIdentityOutput
- func (i RemoteRenderingAccountIdentityArgs) ToRemoteRenderingAccountIdentityOutputWithContext(ctx context.Context) RemoteRenderingAccountIdentityOutput
- func (i RemoteRenderingAccountIdentityArgs) ToRemoteRenderingAccountIdentityPtrOutput() RemoteRenderingAccountIdentityPtrOutput
- func (i RemoteRenderingAccountIdentityArgs) ToRemoteRenderingAccountIdentityPtrOutputWithContext(ctx context.Context) RemoteRenderingAccountIdentityPtrOutput
- type RemoteRenderingAccountIdentityInput
- type RemoteRenderingAccountIdentityOutput
- func (RemoteRenderingAccountIdentityOutput) ElementType() reflect.Type
- func (o RemoteRenderingAccountIdentityOutput) ToRemoteRenderingAccountIdentityOutput() RemoteRenderingAccountIdentityOutput
- func (o RemoteRenderingAccountIdentityOutput) ToRemoteRenderingAccountIdentityOutputWithContext(ctx context.Context) RemoteRenderingAccountIdentityOutput
- func (o RemoteRenderingAccountIdentityOutput) ToRemoteRenderingAccountIdentityPtrOutput() RemoteRenderingAccountIdentityPtrOutput
- func (o RemoteRenderingAccountIdentityOutput) ToRemoteRenderingAccountIdentityPtrOutputWithContext(ctx context.Context) RemoteRenderingAccountIdentityPtrOutput
- func (o RemoteRenderingAccountIdentityOutput) Type() pulumi.StringPtrOutput
- type RemoteRenderingAccountIdentityPtrInput
- type RemoteRenderingAccountIdentityPtrOutput
- func (o RemoteRenderingAccountIdentityPtrOutput) Elem() RemoteRenderingAccountIdentityOutput
- func (RemoteRenderingAccountIdentityPtrOutput) ElementType() reflect.Type
- func (o RemoteRenderingAccountIdentityPtrOutput) ToRemoteRenderingAccountIdentityPtrOutput() RemoteRenderingAccountIdentityPtrOutput
- func (o RemoteRenderingAccountIdentityPtrOutput) ToRemoteRenderingAccountIdentityPtrOutputWithContext(ctx context.Context) RemoteRenderingAccountIdentityPtrOutput
- func (o RemoteRenderingAccountIdentityPtrOutput) Type() pulumi.StringPtrOutput
- type RemoteRenderingAccountResponseIdentity
- type RemoteRenderingAccountResponseIdentityArgs
- func (RemoteRenderingAccountResponseIdentityArgs) ElementType() reflect.Type
- func (i RemoteRenderingAccountResponseIdentityArgs) ToRemoteRenderingAccountResponseIdentityOutput() RemoteRenderingAccountResponseIdentityOutput
- func (i RemoteRenderingAccountResponseIdentityArgs) ToRemoteRenderingAccountResponseIdentityOutputWithContext(ctx context.Context) RemoteRenderingAccountResponseIdentityOutput
- func (i RemoteRenderingAccountResponseIdentityArgs) ToRemoteRenderingAccountResponseIdentityPtrOutput() RemoteRenderingAccountResponseIdentityPtrOutput
- func (i RemoteRenderingAccountResponseIdentityArgs) ToRemoteRenderingAccountResponseIdentityPtrOutputWithContext(ctx context.Context) RemoteRenderingAccountResponseIdentityPtrOutput
- type RemoteRenderingAccountResponseIdentityInput
- type RemoteRenderingAccountResponseIdentityOutput
- func (RemoteRenderingAccountResponseIdentityOutput) ElementType() reflect.Type
- func (o RemoteRenderingAccountResponseIdentityOutput) PrincipalId() pulumi.StringOutput
- func (o RemoteRenderingAccountResponseIdentityOutput) TenantId() pulumi.StringOutput
- func (o RemoteRenderingAccountResponseIdentityOutput) ToRemoteRenderingAccountResponseIdentityOutput() RemoteRenderingAccountResponseIdentityOutput
- func (o RemoteRenderingAccountResponseIdentityOutput) ToRemoteRenderingAccountResponseIdentityOutputWithContext(ctx context.Context) RemoteRenderingAccountResponseIdentityOutput
- func (o RemoteRenderingAccountResponseIdentityOutput) ToRemoteRenderingAccountResponseIdentityPtrOutput() RemoteRenderingAccountResponseIdentityPtrOutput
- func (o RemoteRenderingAccountResponseIdentityOutput) ToRemoteRenderingAccountResponseIdentityPtrOutputWithContext(ctx context.Context) RemoteRenderingAccountResponseIdentityPtrOutput
- func (o RemoteRenderingAccountResponseIdentityOutput) Type() pulumi.StringPtrOutput
- type RemoteRenderingAccountResponseIdentityPtrInput
- type RemoteRenderingAccountResponseIdentityPtrOutput
- func (o RemoteRenderingAccountResponseIdentityPtrOutput) Elem() RemoteRenderingAccountResponseIdentityOutput
- func (RemoteRenderingAccountResponseIdentityPtrOutput) ElementType() reflect.Type
- func (o RemoteRenderingAccountResponseIdentityPtrOutput) PrincipalId() pulumi.StringPtrOutput
- func (o RemoteRenderingAccountResponseIdentityPtrOutput) TenantId() pulumi.StringPtrOutput
- func (o RemoteRenderingAccountResponseIdentityPtrOutput) ToRemoteRenderingAccountResponseIdentityPtrOutput() RemoteRenderingAccountResponseIdentityPtrOutput
- func (o RemoteRenderingAccountResponseIdentityPtrOutput) ToRemoteRenderingAccountResponseIdentityPtrOutputWithContext(ctx context.Context) RemoteRenderingAccountResponseIdentityPtrOutput
- func (o RemoteRenderingAccountResponseIdentityPtrOutput) Type() pulumi.StringPtrOutput
- type RemoteRenderingAccountState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListRemoteRenderingAccountKeysResult ¶
type ListRemoteRenderingAccountKeysResult struct { // value of primary key. PrimaryKey string `pulumi:"primaryKey"` // value of secondary key. SecondaryKey string `pulumi:"secondaryKey"` }
Developer Keys of account
func ListRemoteRenderingAccountKeys ¶
func ListRemoteRenderingAccountKeys(ctx *pulumi.Context, args *ListRemoteRenderingAccountKeysArgs, opts ...pulumi.InvokeOption) (*ListRemoteRenderingAccountKeysResult, error)
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"` Identity *RemoteRenderingAccountResponseIdentity `pulumi:"identity"` // 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 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"` Identity RemoteRenderingAccountResponseIdentityPtrOutput `pulumi:"identity"` // 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 Identity RemoteRenderingAccountIdentityPtrInput // 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 RemoteRenderingAccountIdentity ¶
type RemoteRenderingAccountIdentity struct { // The identity type. Type *string `pulumi:"type"` }
type RemoteRenderingAccountIdentityArgs ¶
type RemoteRenderingAccountIdentityArgs struct { // The identity type. Type pulumi.StringPtrInput `pulumi:"type"` }
func (RemoteRenderingAccountIdentityArgs) ElementType ¶
func (RemoteRenderingAccountIdentityArgs) ElementType() reflect.Type
func (RemoteRenderingAccountIdentityArgs) ToRemoteRenderingAccountIdentityOutput ¶
func (i RemoteRenderingAccountIdentityArgs) ToRemoteRenderingAccountIdentityOutput() RemoteRenderingAccountIdentityOutput
func (RemoteRenderingAccountIdentityArgs) ToRemoteRenderingAccountIdentityOutputWithContext ¶
func (i RemoteRenderingAccountIdentityArgs) ToRemoteRenderingAccountIdentityOutputWithContext(ctx context.Context) RemoteRenderingAccountIdentityOutput
func (RemoteRenderingAccountIdentityArgs) ToRemoteRenderingAccountIdentityPtrOutput ¶
func (i RemoteRenderingAccountIdentityArgs) ToRemoteRenderingAccountIdentityPtrOutput() RemoteRenderingAccountIdentityPtrOutput
func (RemoteRenderingAccountIdentityArgs) ToRemoteRenderingAccountIdentityPtrOutputWithContext ¶
func (i RemoteRenderingAccountIdentityArgs) ToRemoteRenderingAccountIdentityPtrOutputWithContext(ctx context.Context) RemoteRenderingAccountIdentityPtrOutput
type RemoteRenderingAccountIdentityInput ¶
type RemoteRenderingAccountIdentityInput interface { pulumi.Input ToRemoteRenderingAccountIdentityOutput() RemoteRenderingAccountIdentityOutput ToRemoteRenderingAccountIdentityOutputWithContext(context.Context) RemoteRenderingAccountIdentityOutput }
RemoteRenderingAccountIdentityInput is an input type that accepts RemoteRenderingAccountIdentityArgs and RemoteRenderingAccountIdentityOutput values. You can construct a concrete instance of `RemoteRenderingAccountIdentityInput` via:
RemoteRenderingAccountIdentityArgs{...}
type RemoteRenderingAccountIdentityOutput ¶
type RemoteRenderingAccountIdentityOutput struct{ *pulumi.OutputState }
func (RemoteRenderingAccountIdentityOutput) ElementType ¶
func (RemoteRenderingAccountIdentityOutput) ElementType() reflect.Type
func (RemoteRenderingAccountIdentityOutput) ToRemoteRenderingAccountIdentityOutput ¶
func (o RemoteRenderingAccountIdentityOutput) ToRemoteRenderingAccountIdentityOutput() RemoteRenderingAccountIdentityOutput
func (RemoteRenderingAccountIdentityOutput) ToRemoteRenderingAccountIdentityOutputWithContext ¶
func (o RemoteRenderingAccountIdentityOutput) ToRemoteRenderingAccountIdentityOutputWithContext(ctx context.Context) RemoteRenderingAccountIdentityOutput
func (RemoteRenderingAccountIdentityOutput) ToRemoteRenderingAccountIdentityPtrOutput ¶
func (o RemoteRenderingAccountIdentityOutput) ToRemoteRenderingAccountIdentityPtrOutput() RemoteRenderingAccountIdentityPtrOutput
func (RemoteRenderingAccountIdentityOutput) ToRemoteRenderingAccountIdentityPtrOutputWithContext ¶
func (o RemoteRenderingAccountIdentityOutput) ToRemoteRenderingAccountIdentityPtrOutputWithContext(ctx context.Context) RemoteRenderingAccountIdentityPtrOutput
func (RemoteRenderingAccountIdentityOutput) Type ¶
func (o RemoteRenderingAccountIdentityOutput) Type() pulumi.StringPtrOutput
The identity type.
type RemoteRenderingAccountIdentityPtrInput ¶
type RemoteRenderingAccountIdentityPtrInput interface { pulumi.Input ToRemoteRenderingAccountIdentityPtrOutput() RemoteRenderingAccountIdentityPtrOutput ToRemoteRenderingAccountIdentityPtrOutputWithContext(context.Context) RemoteRenderingAccountIdentityPtrOutput }
RemoteRenderingAccountIdentityPtrInput is an input type that accepts RemoteRenderingAccountIdentityArgs, RemoteRenderingAccountIdentityPtr and RemoteRenderingAccountIdentityPtrOutput values. You can construct a concrete instance of `RemoteRenderingAccountIdentityPtrInput` via:
RemoteRenderingAccountIdentityArgs{...} or: nil
func RemoteRenderingAccountIdentityPtr ¶
func RemoteRenderingAccountIdentityPtr(v *RemoteRenderingAccountIdentityArgs) RemoteRenderingAccountIdentityPtrInput
type RemoteRenderingAccountIdentityPtrOutput ¶
type RemoteRenderingAccountIdentityPtrOutput struct{ *pulumi.OutputState }
func (RemoteRenderingAccountIdentityPtrOutput) ElementType ¶
func (RemoteRenderingAccountIdentityPtrOutput) ElementType() reflect.Type
func (RemoteRenderingAccountIdentityPtrOutput) ToRemoteRenderingAccountIdentityPtrOutput ¶
func (o RemoteRenderingAccountIdentityPtrOutput) ToRemoteRenderingAccountIdentityPtrOutput() RemoteRenderingAccountIdentityPtrOutput
func (RemoteRenderingAccountIdentityPtrOutput) ToRemoteRenderingAccountIdentityPtrOutputWithContext ¶
func (o RemoteRenderingAccountIdentityPtrOutput) ToRemoteRenderingAccountIdentityPtrOutputWithContext(ctx context.Context) RemoteRenderingAccountIdentityPtrOutput
func (RemoteRenderingAccountIdentityPtrOutput) Type ¶
func (o RemoteRenderingAccountIdentityPtrOutput) Type() pulumi.StringPtrOutput
The identity type.
type RemoteRenderingAccountResponseIdentityArgs ¶
type RemoteRenderingAccountResponseIdentityArgs struct { // The principal ID of resource identity. PrincipalId pulumi.StringInput `pulumi:"principalId"` // The tenant ID of resource. TenantId pulumi.StringInput `pulumi:"tenantId"` // The identity type. Type pulumi.StringPtrInput `pulumi:"type"` }
func (RemoteRenderingAccountResponseIdentityArgs) ElementType ¶
func (RemoteRenderingAccountResponseIdentityArgs) ElementType() reflect.Type
func (RemoteRenderingAccountResponseIdentityArgs) ToRemoteRenderingAccountResponseIdentityOutput ¶
func (i RemoteRenderingAccountResponseIdentityArgs) ToRemoteRenderingAccountResponseIdentityOutput() RemoteRenderingAccountResponseIdentityOutput
func (RemoteRenderingAccountResponseIdentityArgs) ToRemoteRenderingAccountResponseIdentityOutputWithContext ¶
func (i RemoteRenderingAccountResponseIdentityArgs) ToRemoteRenderingAccountResponseIdentityOutputWithContext(ctx context.Context) RemoteRenderingAccountResponseIdentityOutput
func (RemoteRenderingAccountResponseIdentityArgs) ToRemoteRenderingAccountResponseIdentityPtrOutput ¶
func (i RemoteRenderingAccountResponseIdentityArgs) ToRemoteRenderingAccountResponseIdentityPtrOutput() RemoteRenderingAccountResponseIdentityPtrOutput
func (RemoteRenderingAccountResponseIdentityArgs) ToRemoteRenderingAccountResponseIdentityPtrOutputWithContext ¶
func (i RemoteRenderingAccountResponseIdentityArgs) ToRemoteRenderingAccountResponseIdentityPtrOutputWithContext(ctx context.Context) RemoteRenderingAccountResponseIdentityPtrOutput
type RemoteRenderingAccountResponseIdentityInput ¶
type RemoteRenderingAccountResponseIdentityInput interface { pulumi.Input ToRemoteRenderingAccountResponseIdentityOutput() RemoteRenderingAccountResponseIdentityOutput ToRemoteRenderingAccountResponseIdentityOutputWithContext(context.Context) RemoteRenderingAccountResponseIdentityOutput }
RemoteRenderingAccountResponseIdentityInput is an input type that accepts RemoteRenderingAccountResponseIdentityArgs and RemoteRenderingAccountResponseIdentityOutput values. You can construct a concrete instance of `RemoteRenderingAccountResponseIdentityInput` via:
RemoteRenderingAccountResponseIdentityArgs{...}
type RemoteRenderingAccountResponseIdentityOutput ¶
type RemoteRenderingAccountResponseIdentityOutput struct{ *pulumi.OutputState }
func (RemoteRenderingAccountResponseIdentityOutput) ElementType ¶
func (RemoteRenderingAccountResponseIdentityOutput) ElementType() reflect.Type
func (RemoteRenderingAccountResponseIdentityOutput) PrincipalId ¶
func (o RemoteRenderingAccountResponseIdentityOutput) PrincipalId() pulumi.StringOutput
The principal ID of resource identity.
func (RemoteRenderingAccountResponseIdentityOutput) TenantId ¶
func (o RemoteRenderingAccountResponseIdentityOutput) TenantId() pulumi.StringOutput
The tenant ID of resource.
func (RemoteRenderingAccountResponseIdentityOutput) ToRemoteRenderingAccountResponseIdentityOutput ¶
func (o RemoteRenderingAccountResponseIdentityOutput) ToRemoteRenderingAccountResponseIdentityOutput() RemoteRenderingAccountResponseIdentityOutput
func (RemoteRenderingAccountResponseIdentityOutput) ToRemoteRenderingAccountResponseIdentityOutputWithContext ¶
func (o RemoteRenderingAccountResponseIdentityOutput) ToRemoteRenderingAccountResponseIdentityOutputWithContext(ctx context.Context) RemoteRenderingAccountResponseIdentityOutput
func (RemoteRenderingAccountResponseIdentityOutput) ToRemoteRenderingAccountResponseIdentityPtrOutput ¶
func (o RemoteRenderingAccountResponseIdentityOutput) ToRemoteRenderingAccountResponseIdentityPtrOutput() RemoteRenderingAccountResponseIdentityPtrOutput
func (RemoteRenderingAccountResponseIdentityOutput) ToRemoteRenderingAccountResponseIdentityPtrOutputWithContext ¶
func (o RemoteRenderingAccountResponseIdentityOutput) ToRemoteRenderingAccountResponseIdentityPtrOutputWithContext(ctx context.Context) RemoteRenderingAccountResponseIdentityPtrOutput
func (RemoteRenderingAccountResponseIdentityOutput) Type ¶
func (o RemoteRenderingAccountResponseIdentityOutput) Type() pulumi.StringPtrOutput
The identity type.
type RemoteRenderingAccountResponseIdentityPtrInput ¶
type RemoteRenderingAccountResponseIdentityPtrInput interface { pulumi.Input ToRemoteRenderingAccountResponseIdentityPtrOutput() RemoteRenderingAccountResponseIdentityPtrOutput ToRemoteRenderingAccountResponseIdentityPtrOutputWithContext(context.Context) RemoteRenderingAccountResponseIdentityPtrOutput }
RemoteRenderingAccountResponseIdentityPtrInput is an input type that accepts RemoteRenderingAccountResponseIdentityArgs, RemoteRenderingAccountResponseIdentityPtr and RemoteRenderingAccountResponseIdentityPtrOutput values. You can construct a concrete instance of `RemoteRenderingAccountResponseIdentityPtrInput` via:
RemoteRenderingAccountResponseIdentityArgs{...} or: nil
func RemoteRenderingAccountResponseIdentityPtr ¶
func RemoteRenderingAccountResponseIdentityPtr(v *RemoteRenderingAccountResponseIdentityArgs) RemoteRenderingAccountResponseIdentityPtrInput
type RemoteRenderingAccountResponseIdentityPtrOutput ¶
type RemoteRenderingAccountResponseIdentityPtrOutput struct{ *pulumi.OutputState }
func (RemoteRenderingAccountResponseIdentityPtrOutput) ElementType ¶
func (RemoteRenderingAccountResponseIdentityPtrOutput) ElementType() reflect.Type
func (RemoteRenderingAccountResponseIdentityPtrOutput) PrincipalId ¶
func (o RemoteRenderingAccountResponseIdentityPtrOutput) PrincipalId() pulumi.StringPtrOutput
The principal ID of resource identity.
func (RemoteRenderingAccountResponseIdentityPtrOutput) TenantId ¶
func (o RemoteRenderingAccountResponseIdentityPtrOutput) TenantId() pulumi.StringPtrOutput
The tenant ID of resource.
func (RemoteRenderingAccountResponseIdentityPtrOutput) ToRemoteRenderingAccountResponseIdentityPtrOutput ¶
func (o RemoteRenderingAccountResponseIdentityPtrOutput) ToRemoteRenderingAccountResponseIdentityPtrOutput() RemoteRenderingAccountResponseIdentityPtrOutput
func (RemoteRenderingAccountResponseIdentityPtrOutput) ToRemoteRenderingAccountResponseIdentityPtrOutputWithContext ¶
func (o RemoteRenderingAccountResponseIdentityPtrOutput) ToRemoteRenderingAccountResponseIdentityPtrOutputWithContext(ctx context.Context) RemoteRenderingAccountResponseIdentityPtrOutput
func (RemoteRenderingAccountResponseIdentityPtrOutput) Type ¶
func (o RemoteRenderingAccountResponseIdentityPtrOutput) Type() pulumi.StringPtrOutput
The identity 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 Identity RemoteRenderingAccountResponseIdentityPtrInput // 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