다음을 통해 공유


ICheckNameAvailabilityRequestBody Interface

Definition

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

Properties

Name

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

Type

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to