Delen via


MixedRealityAccountKeys Class

Definition

Developer Keys of account.

public class MixedRealityAccountKeys : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MixedReality.Models.MixedRealityAccountKeys>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MixedReality.Models.MixedRealityAccountKeys>
public class MixedRealityAccountKeys
type MixedRealityAccountKeys = class
    interface IJsonModel<MixedRealityAccountKeys>
    interface IPersistableModel<MixedRealityAccountKeys>
type MixedRealityAccountKeys = class
Public Class MixedRealityAccountKeys
Implements IJsonModel(Of MixedRealityAccountKeys), IPersistableModel(Of MixedRealityAccountKeys)
Public Class MixedRealityAccountKeys
Inheritance
MixedRealityAccountKeys
Implements

Properties

PrimaryKey

value of primary key.

SecondaryKey

value of secondary key.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MixedRealityAccountKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MixedRealityAccountKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MixedRealityAccountKeys>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MixedRealityAccountKeys>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MixedRealityAccountKeys>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to