Sdílet prostřednictvím


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>
public class BotServiceNameAvailabilityContent
type BotServiceNameAvailabilityContent = class
    interface IJsonModel<BotServiceNameAvailabilityContent>
    interface IPersistableModel<BotServiceNameAvailabilityContent>
type BotServiceNameAvailabilityContent = class
Public Class BotServiceNameAvailabilityContent
Implements IJsonModel(Of BotServiceNameAvailabilityContent), IPersistableModel(Of BotServiceNameAvailabilityContent)
Public Class BotServiceNameAvailabilityContent
Inheritance
BotServiceNameAvailabilityContent
Implements

Constructors

BotServiceNameAvailabilityContent()

Initializes a new instance of BotServiceNameAvailabilityContent.

Properties

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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