MixedRealityIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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() |