Udostępnij za pośrednictwem


ObjectAnchorsAccountIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.ObjectAnchorsAccountIdentityTypeConverter))]
public class ObjectAnchorsAccountIdentity : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IObjectAnchorsAccountIdentity, Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.ObjectAnchorsAccountIdentityTypeConverter))>]
type ObjectAnchorsAccountIdentity = class
    interface IObjectAnchorsAccountIdentity
    interface IJsonSerializable
    interface IIdentity
    interface IValidates
Public Class ObjectAnchorsAccountIdentity
Implements IObjectAnchorsAccountIdentity, IValidates
Inheritance
ObjectAnchorsAccountIdentity
Attributes
Implements

Constructors

ObjectAnchorsAccountIdentity()

Creates an new ObjectAnchorsAccountIdentity instance.

Properties

PrincipalId

The principal ID of resource identity.

TenantId

The tenant ID of resource.

Type

The identity type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ObjectAnchorsAccountIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ObjectAnchorsAccountIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ObjectAnchorsAccountIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to