Sdílet prostřednictvím


BotChannelRegenerateKeysContent Class

Definition

Site information for WebChat or DirectLine Channels to identify which site to regenerate keys for.

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

Constructors

BotChannelRegenerateKeysContent(String, BotServiceKey)

Initializes a new instance of BotChannelRegenerateKeysContent.

Properties

Key

Determines which key is to be regenerated.

SiteName

The site name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BotChannelRegenerateKeysContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BotChannelRegenerateKeysContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BotChannelRegenerateKeysContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BotChannelRegenerateKeysContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BotChannelRegenerateKeysContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to