BotServiceNameAvailabilityContent Class

Definition

The request body for a request to Bot Service Management to check availability of a bot name.

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

Constructors

Name Description
BotServiceNameAvailabilityContent()

Initializes a new instance of BotServiceNameAvailabilityContent.

Properties

Name Description
Name

the name of the bot for which availability needs to be checked.

ResourceType

the type of the bot for which availability needs to be checked.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<BotServiceNameAvailabilityContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BotServiceNameAvailabilityContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BotServiceNameAvailabilityContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BotServiceNameAvailabilityContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BotServiceNameAvailabilityContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to