BotServiceKind Struct
Definition
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.
Indicates the type of bot service.
public readonly struct BotServiceKind : IEquatable<Azure.ResourceManager.BotService.Models.BotServiceKind>
type BotServiceKind = struct
Public Structure BotServiceKind
Implements IEquatable(Of BotServiceKind)
- Inheritance
-
BotServiceKind
- Implements
Constructors
| Name | Description |
|---|---|
| BotServiceKind(String) |
Initializes a new instance of BotServiceKind. |
Properties
| Name | Description |
|---|---|
| Azurebot |
azurebot. |
| Bot |
bot. |
| Designer |
designer. |
| Function |
function. |
| Sdk |
sdk. |
Methods
| Name | Description |
|---|---|
| Equals(BotServiceKind) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(BotServiceKind, BotServiceKind) |
Determines if two BotServiceKind values are the same. |
| Implicit(String to BotServiceKind) |
Converts a String to a BotServiceKind. |
| Inequality(BotServiceKind, BotServiceKind) |
Determines if two BotServiceKind values are not the same. |