azure-native.mixedreality.RemoteRenderingAccount
Explore with Pulumi AI
RemoteRenderingAccount Response. Azure REST API version: 2021-01-01. Prior API version in Azure Native 1.x: 2021-01-01.
Other available API versions: 2021-03-01-preview.
Example Usage
Create remote rendering account
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var remoteRenderingAccount = new AzureNative.MixedReality.RemoteRenderingAccount("remoteRenderingAccount", new()
{
AccountName = "MyAccount",
Identity = new AzureNative.MixedReality.Inputs.IdentityArgs
{
Type = AzureNative.MixedReality.ResourceIdentityType.SystemAssigned,
},
Location = "eastus2euap",
ResourceGroupName = "MyResourceGroup",
});
});
package main
import (
mixedreality "github.com/pulumi/pulumi-azure-native-sdk/mixedreality/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := mixedreality.NewRemoteRenderingAccount(ctx, "remoteRenderingAccount", &mixedreality.RemoteRenderingAccountArgs{
AccountName: pulumi.String("MyAccount"),
Identity: &mixedreality.IdentityArgs{
Type: mixedreality.ResourceIdentityTypeSystemAssigned,
},
Location: pulumi.String("eastus2euap"),
ResourceGroupName: pulumi.String("MyResourceGroup"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.mixedreality.RemoteRenderingAccount;
import com.pulumi.azurenative.mixedreality.RemoteRenderingAccountArgs;
import com.pulumi.azurenative.mixedreality.inputs.IdentityArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var remoteRenderingAccount = new RemoteRenderingAccount("remoteRenderingAccount", RemoteRenderingAccountArgs.builder()
.accountName("MyAccount")
.identity(IdentityArgs.builder()
.type("SystemAssigned")
.build())
.location("eastus2euap")
.resourceGroupName("MyResourceGroup")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
remote_rendering_account = azure_native.mixedreality.RemoteRenderingAccount("remoteRenderingAccount",
account_name="MyAccount",
identity=azure_native.mixedreality.IdentityArgs(
type=azure_native.mixedreality.ResourceIdentityType.SYSTEM_ASSIGNED,
),
location="eastus2euap",
resource_group_name="MyResourceGroup")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const remoteRenderingAccount = new azure_native.mixedreality.RemoteRenderingAccount("remoteRenderingAccount", {
accountName: "MyAccount",
identity: {
type: azure_native.mixedreality.ResourceIdentityType.SystemAssigned,
},
location: "eastus2euap",
resourceGroupName: "MyResourceGroup",
});
resources:
remoteRenderingAccount:
type: azure-native:mixedreality:RemoteRenderingAccount
properties:
accountName: MyAccount
identity:
type: SystemAssigned
location: eastus2euap
resourceGroupName: MyResourceGroup
Create RemoteRenderingAccount Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RemoteRenderingAccount(name: string, args: RemoteRenderingAccountArgs, opts?: CustomResourceOptions);
@overload
def RemoteRenderingAccount(resource_name: str,
args: RemoteRenderingAccountArgs,
opts: Optional[ResourceOptions] = None)
@overload
def RemoteRenderingAccount(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
account_name: Optional[str] = None,
identity: Optional[IdentityArgs] = None,
kind: Optional[SkuArgs] = None,
location: Optional[str] = None,
plan: Optional[IdentityArgs] = None,
sku: Optional[SkuArgs] = None,
storage_account_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewRemoteRenderingAccount(ctx *Context, name string, args RemoteRenderingAccountArgs, opts ...ResourceOption) (*RemoteRenderingAccount, error)
public RemoteRenderingAccount(string name, RemoteRenderingAccountArgs args, CustomResourceOptions? opts = null)
public RemoteRenderingAccount(String name, RemoteRenderingAccountArgs args)
public RemoteRenderingAccount(String name, RemoteRenderingAccountArgs args, CustomResourceOptions options)
type: azure-native:mixedreality:RemoteRenderingAccount
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args RemoteRenderingAccountArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args RemoteRenderingAccountArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args RemoteRenderingAccountArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RemoteRenderingAccountArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RemoteRenderingAccountArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var remoteRenderingAccountResource = new AzureNative.MixedReality.RemoteRenderingAccount("remoteRenderingAccountResource", new()
{
ResourceGroupName = "string",
AccountName = "string",
Identity = new AzureNative.MixedReality.Inputs.IdentityArgs
{
Type = AzureNative.MixedReality.ResourceIdentityType.SystemAssigned,
},
Kind = new AzureNative.MixedReality.Inputs.SkuArgs
{
Name = "string",
Capacity = 0,
Family = "string",
Size = "string",
Tier = AzureNative.MixedReality.SkuTier.Free,
},
Location = "string",
Plan = new AzureNative.MixedReality.Inputs.IdentityArgs
{
Type = AzureNative.MixedReality.ResourceIdentityType.SystemAssigned,
},
Sku = new AzureNative.MixedReality.Inputs.SkuArgs
{
Name = "string",
Capacity = 0,
Family = "string",
Size = "string",
Tier = AzureNative.MixedReality.SkuTier.Free,
},
StorageAccountName = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := mixedreality.NewRemoteRenderingAccount(ctx, "remoteRenderingAccountResource", &mixedreality.RemoteRenderingAccountArgs{
ResourceGroupName: pulumi.String("string"),
AccountName: pulumi.String("string"),
Identity: &mixedreality.IdentityArgs{
Type: mixedreality.ResourceIdentityTypeSystemAssigned,
},
Kind: &mixedreality.SkuArgs{
Name: pulumi.String("string"),
Capacity: pulumi.Int(0),
Family: pulumi.String("string"),
Size: pulumi.String("string"),
Tier: mixedreality.SkuTierFree,
},
Location: pulumi.String("string"),
Plan: &mixedreality.IdentityArgs{
Type: mixedreality.ResourceIdentityTypeSystemAssigned,
},
Sku: &mixedreality.SkuArgs{
Name: pulumi.String("string"),
Capacity: pulumi.Int(0),
Family: pulumi.String("string"),
Size: pulumi.String("string"),
Tier: mixedreality.SkuTierFree,
},
StorageAccountName: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var remoteRenderingAccountResource = new RemoteRenderingAccount("remoteRenderingAccountResource", RemoteRenderingAccountArgs.builder()
.resourceGroupName("string")
.accountName("string")
.identity(IdentityArgs.builder()
.type("SystemAssigned")
.build())
.kind(SkuArgs.builder()
.name("string")
.capacity(0)
.family("string")
.size("string")
.tier("Free")
.build())
.location("string")
.plan(IdentityArgs.builder()
.type("SystemAssigned")
.build())
.sku(SkuArgs.builder()
.name("string")
.capacity(0)
.family("string")
.size("string")
.tier("Free")
.build())
.storageAccountName("string")
.tags(Map.of("string", "string"))
.build());
remote_rendering_account_resource = azure_native.mixedreality.RemoteRenderingAccount("remoteRenderingAccountResource",
resource_group_name="string",
account_name="string",
identity=azure_native.mixedreality.IdentityArgs(
type=azure_native.mixedreality.ResourceIdentityType.SYSTEM_ASSIGNED,
),
kind=azure_native.mixedreality.SkuArgs(
name="string",
capacity=0,
family="string",
size="string",
tier=azure_native.mixedreality.SkuTier.FREE,
),
location="string",
plan=azure_native.mixedreality.IdentityArgs(
type=azure_native.mixedreality.ResourceIdentityType.SYSTEM_ASSIGNED,
),
sku=azure_native.mixedreality.SkuArgs(
name="string",
capacity=0,
family="string",
size="string",
tier=azure_native.mixedreality.SkuTier.FREE,
),
storage_account_name="string",
tags={
"string": "string",
})
const remoteRenderingAccountResource = new azure_native.mixedreality.RemoteRenderingAccount("remoteRenderingAccountResource", {
resourceGroupName: "string",
accountName: "string",
identity: {
type: azure_native.mixedreality.ResourceIdentityType.SystemAssigned,
},
kind: {
name: "string",
capacity: 0,
family: "string",
size: "string",
tier: azure_native.mixedreality.SkuTier.Free,
},
location: "string",
plan: {
type: azure_native.mixedreality.ResourceIdentityType.SystemAssigned,
},
sku: {
name: "string",
capacity: 0,
family: "string",
size: "string",
tier: azure_native.mixedreality.SkuTier.Free,
},
storageAccountName: "string",
tags: {
string: "string",
},
});
type: azure-native:mixedreality:RemoteRenderingAccount
properties:
accountName: string
identity:
type: SystemAssigned
kind:
capacity: 0
family: string
name: string
size: string
tier: Free
location: string
plan:
type: SystemAssigned
resourceGroupName: string
sku:
capacity: 0
family: string
name: string
size: string
tier: Free
storageAccountName: string
tags:
string: string
RemoteRenderingAccount Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The RemoteRenderingAccount resource accepts the following input properties:
- Resource
Group stringName - Name of an Azure resource group.
- Account
Name string - Name of an Mixed Reality Account.
- Identity
Pulumi.
Azure Native. Mixed Reality. Inputs. Identity - The identity associated with this account
- Kind
Pulumi.
Azure Native. Mixed Reality. Inputs. Sku - The kind of account, if supported
- Location string
- The geo-location where the resource lives
- Plan
Pulumi.
Azure Native. Mixed Reality. Inputs. Identity - The plan associated with this account
- Sku
Pulumi.
Azure Native. Mixed Reality. Inputs. Sku - The sku associated with this account
- Storage
Account stringName - The name of the storage account associated with this accountId
- Dictionary<string, string>
- Resource tags.
- Resource
Group stringName - Name of an Azure resource group.
- Account
Name string - Name of an Mixed Reality Account.
- Identity
Identity
Args - The identity associated with this account
- Kind
Sku
Args - The kind of account, if supported
- Location string
- The geo-location where the resource lives
- Plan
Identity
Args - The plan associated with this account
- Sku
Sku
Args - The sku associated with this account
- Storage
Account stringName - The name of the storage account associated with this accountId
- map[string]string
- Resource tags.
- resource
Group StringName - Name of an Azure resource group.
- account
Name String - Name of an Mixed Reality Account.
- identity Identity
- The identity associated with this account
- kind Sku
- The kind of account, if supported
- location String
- The geo-location where the resource lives
- plan Identity
- The plan associated with this account
- sku Sku
- The sku associated with this account
- storage
Account StringName - The name of the storage account associated with this accountId
- Map<String,String>
- Resource tags.
- resource
Group stringName - Name of an Azure resource group.
- account
Name string - Name of an Mixed Reality Account.
- identity Identity
- The identity associated with this account
- kind Sku
- The kind of account, if supported
- location string
- The geo-location where the resource lives
- plan Identity
- The plan associated with this account
- sku Sku
- The sku associated with this account
- storage
Account stringName - The name of the storage account associated with this accountId
- {[key: string]: string}
- Resource tags.
- resource_
group_ strname - Name of an Azure resource group.
- account_
name str - Name of an Mixed Reality Account.
- identity
Identity
Args - The identity associated with this account
- kind
Sku
Args - The kind of account, if supported
- location str
- The geo-location where the resource lives
- plan
Identity
Args - The plan associated with this account
- sku
Sku
Args - The sku associated with this account
- storage_
account_ strname - The name of the storage account associated with this accountId
- Mapping[str, str]
- Resource tags.
- resource
Group StringName - Name of an Azure resource group.
- account
Name String - Name of an Mixed Reality Account.
- identity Property Map
- The identity associated with this account
- kind Property Map
- The kind of account, if supported
- location String
- The geo-location where the resource lives
- plan Property Map
- The plan associated with this account
- sku Property Map
- The sku associated with this account
- storage
Account StringName - The name of the storage account associated with this accountId
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the RemoteRenderingAccount resource produces the following output properties:
- Account
Domain string - Correspond domain name of certain Spatial Anchors Account
- Account
Id string - unique id of certain account.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Mixed Reality. Outputs. System Data Response - System metadata for this account
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Account
Domain string - Correspond domain name of certain Spatial Anchors Account
- Account
Id string - unique id of certain account.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data SystemData Response - System metadata for this account
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- account
Domain String - Correspond domain name of certain Spatial Anchors Account
- account
Id String - unique id of certain account.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data SystemData Response - System metadata for this account
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- account
Domain string - Correspond domain name of certain Spatial Anchors Account
- account
Id string - unique id of certain account.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system
Data SystemData Response - System metadata for this account
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- account_
domain str - Correspond domain name of certain Spatial Anchors Account
- account_
id str - unique id of certain account.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_
data SystemData Response - System metadata for this account
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- account
Domain String - Correspond domain name of certain Spatial Anchors Account
- account
Id String - unique id of certain account.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data Property Map - System metadata for this account
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
Identity, IdentityArgs
- Type
Pulumi.
Azure Native. Mixed Reality. Resource Identity Type - The identity type.
- Type
Resource
Identity Type - The identity type.
- type
Resource
Identity Type - The identity type.
- type
Resource
Identity Type - The identity type.
- type
Resource
Identity Type - The identity type.
- type
"System
Assigned" - The identity type.
IdentityResponse, IdentityResponseArgs
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- principal
Id string - The principal ID of resource identity.
- tenant
Id string - The tenant ID of resource.
- type string
- The identity type.
- principal_
id str - The principal ID of resource identity.
- tenant_
id str - The tenant ID of resource.
- type str
- The identity type.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
ResourceIdentityType, ResourceIdentityTypeArgs
- System
Assigned - SystemAssigned
- Resource
Identity Type System Assigned - SystemAssigned
- System
Assigned - SystemAssigned
- System
Assigned - SystemAssigned
- SYSTEM_ASSIGNED
- SystemAssigned
- "System
Assigned" - SystemAssigned
Sku, SkuArgs
- Name string
- The name of the SKU. Ex - P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier
Pulumi.
Azure Native. Mixed Reality. Sku Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- Name string
- The name of the SKU. Ex - P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier
Sku
Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name String
- The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity Integer
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier
Sku
Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name string
- The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier
Sku
Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name str
- The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family str
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size str
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier
Sku
Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name String
- The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity Number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier "Free" | "Basic" | "Standard" | "Premium"
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
SkuResponse, SkuResponseArgs
- Name string
- The name of the SKU. Ex - P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier string
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- Name string
- The name of the SKU. Ex - P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier string
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name String
- The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity Integer
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier String
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name string
- The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier string
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name str
- The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family str
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size str
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier str
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name String
- The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity Number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier String
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
SkuTier, SkuTierArgs
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Sku
Tier Free - Free
- Sku
Tier Basic - Basic
- Sku
Tier Standard - Standard
- Sku
Tier Premium - Premium
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- FREE
- Free
- BASIC
- Basic
- STANDARD
- Standard
- PREMIUM
- Premium
- "Free"
- Free
- "Basic"
- Basic
- "Standard"
- Standard
- "Premium"
- Premium
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:mixedreality:RemoteRenderingAccount MyAccount /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0