azure-native.mixedreality.ObjectAnchorsAccount
Explore with Pulumi AI
ObjectAnchorsAccount Response. Azure REST API version: 2021-03-01-preview. Prior API version in Azure Native 1.x: 2021-03-01-preview.
Example Usage
Create object anchors account
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var objectAnchorsAccount = new AzureNative.MixedReality.ObjectAnchorsAccount("objectAnchorsAccount", new()
{
AccountName = "MyAccount",
Identity = new AzureNative.MixedReality.Inputs.ObjectAnchorsAccountIdentityArgs
{
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.NewObjectAnchorsAccount(ctx, "objectAnchorsAccount", &mixedreality.ObjectAnchorsAccountArgs{
AccountName: pulumi.String("MyAccount"),
Identity: &mixedreality.ObjectAnchorsAccountIdentityArgs{
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.ObjectAnchorsAccount;
import com.pulumi.azurenative.mixedreality.ObjectAnchorsAccountArgs;
import com.pulumi.azurenative.mixedreality.inputs.ObjectAnchorsAccountIdentityArgs;
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 objectAnchorsAccount = new ObjectAnchorsAccount("objectAnchorsAccount", ObjectAnchorsAccountArgs.builder()
.accountName("MyAccount")
.identity(ObjectAnchorsAccountIdentityArgs.builder()
.type("SystemAssigned")
.build())
.location("eastus2euap")
.resourceGroupName("MyResourceGroup")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
object_anchors_account = azure_native.mixedreality.ObjectAnchorsAccount("objectAnchorsAccount",
account_name="MyAccount",
identity=azure_native.mixedreality.ObjectAnchorsAccountIdentityArgs(
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 objectAnchorsAccount = new azure_native.mixedreality.ObjectAnchorsAccount("objectAnchorsAccount", {
accountName: "MyAccount",
identity: {
type: azure_native.mixedreality.ResourceIdentityType.SystemAssigned,
},
location: "eastus2euap",
resourceGroupName: "MyResourceGroup",
});
resources:
objectAnchorsAccount:
type: azure-native:mixedreality:ObjectAnchorsAccount
properties:
accountName: MyAccount
identity:
type: SystemAssigned
location: eastus2euap
resourceGroupName: MyResourceGroup
Create ObjectAnchorsAccount Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectAnchorsAccount(name: string, args: ObjectAnchorsAccountArgs, opts?: CustomResourceOptions);
@overload
def ObjectAnchorsAccount(resource_name: str,
args: ObjectAnchorsAccountArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectAnchorsAccount(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
account_name: Optional[str] = None,
identity: Optional[ObjectAnchorsAccountIdentityArgs] = 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 NewObjectAnchorsAccount(ctx *Context, name string, args ObjectAnchorsAccountArgs, opts ...ResourceOption) (*ObjectAnchorsAccount, error)
public ObjectAnchorsAccount(string name, ObjectAnchorsAccountArgs args, CustomResourceOptions? opts = null)
public ObjectAnchorsAccount(String name, ObjectAnchorsAccountArgs args)
public ObjectAnchorsAccount(String name, ObjectAnchorsAccountArgs args, CustomResourceOptions options)
type: azure-native:mixedreality:ObjectAnchorsAccount
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 ObjectAnchorsAccountArgs
- 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 ObjectAnchorsAccountArgs
- 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 ObjectAnchorsAccountArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectAnchorsAccountArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectAnchorsAccountArgs
- 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 objectAnchorsAccountResource = new AzureNative.MixedReality.ObjectAnchorsAccount("objectAnchorsAccountResource", new()
{
ResourceGroupName = "string",
AccountName = "string",
Identity = new AzureNative.MixedReality.Inputs.ObjectAnchorsAccountIdentityArgs
{
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.NewObjectAnchorsAccount(ctx, "objectAnchorsAccountResource", &mixedreality.ObjectAnchorsAccountArgs{
ResourceGroupName: pulumi.String("string"),
AccountName: pulumi.String("string"),
Identity: &mixedreality.ObjectAnchorsAccountIdentityArgs{
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 objectAnchorsAccountResource = new ObjectAnchorsAccount("objectAnchorsAccountResource", ObjectAnchorsAccountArgs.builder()
.resourceGroupName("string")
.accountName("string")
.identity(ObjectAnchorsAccountIdentityArgs.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());
object_anchors_account_resource = azure_native.mixedreality.ObjectAnchorsAccount("objectAnchorsAccountResource",
resource_group_name="string",
account_name="string",
identity=azure_native.mixedreality.ObjectAnchorsAccountIdentityArgs(
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 objectAnchorsAccountResource = new azure_native.mixedreality.ObjectAnchorsAccount("objectAnchorsAccountResource", {
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:ObjectAnchorsAccount
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
ObjectAnchorsAccount 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 ObjectAnchorsAccount 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. Object Anchors Account Identity - 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
Object
Anchors Account Identity Args - 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
Object
Anchors Account Identity - 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
Object
Anchors Account Identity - 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
Object
Anchors Account Identity Args - 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
- 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 ObjectAnchorsAccount 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 - The system metadata related to an object anchors 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 - The system metadata related to an object anchors 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 - The system metadata related to an object anchors 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 - The system metadata related to an object anchors 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 - The system metadata related to an object anchors 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 - The system metadata related to an object anchors 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.
ObjectAnchorsAccountIdentity, ObjectAnchorsAccountIdentityArgs
- 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.
ObjectAnchorsAccountResponseIdentity, ObjectAnchorsAccountResponseIdentityArgs
- 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:ObjectAnchorsAccount MyAccount /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/objectAnchorsAccounts/{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