Share via


CheckNameAvailabilityRequestBody Class

Definition

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

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

Constructors

CheckNameAvailabilityRequestBody()

Creates an new CheckNameAvailabilityRequestBody instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CheckNameAvailabilityRequestBody.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CheckNameAvailabilityRequestBody.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ICheckNameAvailabilityRequestBody.

FromJsonString(String)

Creates a new instance of CheckNameAvailabilityRequestBody, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CheckNameAvailabilityRequestBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to