Udostępnij za pośrednictwem


LineRegistration Class

Definition

The properties corresponding to a line channel registration.

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

Constructors

LineRegistration()

Initializes a new instance of LineRegistration.

Properties

ChannelAccessToken

Access token for the line channel registration.

ChannelSecret

Secret for the line channel registration.

GeneratedId

Id generated for the line channel registration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LineRegistration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LineRegistration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LineRegistration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LineRegistration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LineRegistration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to