다음을 통해 공유


ICheckNameAvailabilityResponseBody Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.CheckNameAvailabilityResponseBodyTypeConverter))]
public interface ICheckNameAvailabilityResponseBody : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.CheckNameAvailabilityResponseBodyTypeConverter))>]
type ICheckNameAvailabilityResponseBody = interface
    interface IJsonSerializable
Public Interface ICheckNameAvailabilityResponseBody
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Message

additional message from the bot management api showing why a bot name is not available

Valid

indicates if the bot name is valid.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to