Share via


LiveTokenResult Class

Definition

The response to a live token query.

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

Properties

LiveToken

JWT token for accessing live metrics stream data.

Explicit Interface Implementations

IJsonModel<LiveTokenResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LiveTokenResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LiveTokenResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LiveTokenResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LiveTokenResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to