BotMsaAppType 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.
Microsoft App Type for the bot.
public readonly struct BotMsaAppType : IEquatable<Azure.ResourceManager.BotService.Models.BotMsaAppType>
type BotMsaAppType = struct
Public Structure BotMsaAppType
Implements IEquatable(Of BotMsaAppType)
- Inheritance
-
BotMsaAppType
- Implements
Constructors
BotMsaAppType(String) |
Initializes a new instance of BotMsaAppType. |
Properties
MultiTenant |
MultiTenant. |
SingleTenant |
SingleTenant. |
UserAssignedMSI |
UserAssignedMSI. |
Methods
Equals(BotMsaAppType) |
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(BotMsaAppType, BotMsaAppType) |
Determines if two BotMsaAppType values are the same. |
Implicit(String to BotMsaAppType) |
Converts a string to a BotMsaAppType. |
Inequality(BotMsaAppType, BotMsaAppType) |
Determines if two BotMsaAppType values are not the same. |
Applies to
Azure SDK for .NET