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
BotServiceKind(String) |
Initializes a new instance of BotServiceKind. |
Properties
Azurebot |
azurebot. |
Bot |
bot. |
Designer |
designer. |
Function |
function. |
Sdk |
sdk. |
Methods
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
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. |
Applies to
Azure SDK for .NET