MixedRealityAccountProperties 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.
Common Properties shared by Mixed Reality Accounts
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.MixedRealityAccountPropertiesTypeConverter))]
public class MixedRealityAccountProperties : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IMixedRealityAccountProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.MixedRealityAccountPropertiesTypeConverter))>]
type MixedRealityAccountProperties = class
interface IMixedRealityAccountProperties
interface IJsonSerializable
Public Class MixedRealityAccountProperties
Implements IMixedRealityAccountProperties
- Inheritance
-
MixedRealityAccountProperties
- Attributes
- Implements
Constructors
MixedRealityAccountProperties() |
Creates an new MixedRealityAccountProperties instance. |
Properties
AccountDomain |
Correspond domain name of certain Spatial Anchors Account |
AccountId |
unique id of certain account. |
StorageAccountName |
The name of the storage account associated with this accountId |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MixedRealityAccountProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MixedRealityAccountProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IMixedRealityAccountProperties. |
FromJsonString(String) |
Creates a new instance of MixedRealityAccountProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MixedRealityAccountProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |