LiveTokenResponse Class

Definition

The response to a live token query.

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

Properties

LiveToken

JWT token for accessing live metrics stream data.

Explicit Interface Implementations

IJsonModel<LiveTokenResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LiveTokenResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LiveTokenResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LiveTokenResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LiveTokenResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to