Share via


MixedRealityIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.MixedRealityIdentityTypeConverter))]
public class MixedRealityIdentity : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.IMixedRealityIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.MixedRealityIdentityTypeConverter))>]
type MixedRealityIdentity = class
    interface IMixedRealityIdentity
    interface IJsonSerializable
Public Class MixedRealityIdentity
Implements IMixedRealityIdentity
Inheritance
MixedRealityIdentity
Attributes
Implements

Constructors

MixedRealityIdentity()

Creates an new MixedRealityIdentity instance.

Properties

AccountName

Name of an Mixed Reality Account.

Id

Resource identity path

Location

The location in which uniqueness will be verified.

ResourceGroupName

Name of an Azure resource group.

SubscriptionId

The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MixedRealityIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MixedRealityIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.IMixedRealityIdentity.

FromJsonString(String)

Creates a new instance of MixedRealityIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MixedRealityIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to