CheckNameAvailabilityRequestBody Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Check |
Creates an new CheckNameAvailabilityRequestBody instance. |
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 |
Deserialize |
Deserializes a IDictionary into an instance of CheckNameAvailabilityRequestBody. |
Deserialize |
Deserializes a PSObject into an instance of CheckNameAvailabilityRequestBody. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ICheckNameAvailabilityRequestBody. |
From |
Creates a new instance of CheckNameAvailabilityRequestBody, deserializing the content from a json string. |
To |
Serializes this instance of CheckNameAvailabilityRequestBody into a JsonNode. |
To |
Serializes this instance to a json string. |
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |