다음을 통해 공유


CheckNameAvailabilityResponseBody Class

Definition

The response body returned 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.CheckNameAvailabilityResponseBodyTypeConverter))]
public class CheckNameAvailabilityResponseBody : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ICheckNameAvailabilityResponseBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.CheckNameAvailabilityResponseBodyTypeConverter))>]
type CheckNameAvailabilityResponseBody = class
    interface ICheckNameAvailabilityResponseBody
    interface IJsonSerializable
Public Class CheckNameAvailabilityResponseBody
Implements ICheckNameAvailabilityResponseBody
Inheritance
CheckNameAvailabilityResponseBody
Attributes
Implements

Constructors

CheckNameAvailabilityResponseBody()

Creates an new CheckNameAvailabilityResponseBody instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CheckNameAvailabilityResponseBody.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CheckNameAvailabilityResponseBody.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CheckNameAvailabilityResponseBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to