CheckNameAvailabilityRequestBody Class

Definition

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

C#
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.CheckNameAvailabilityRequestBodyTypeConverter))]
public class CheckNameAvailabilityRequestBody : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ICheckNameAvailabilityRequestBody
Inheritance
CheckNameAvailabilityRequestBody
Attributes
Implements

Constructors

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

Product Versions
Azure - PowerShell Commands 12 (LTS), Latest