BotMsaAppType Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Microsoft-App-Typ für den Bot.
public readonly struct BotMsaAppType : IEquatable<Azure.ResourceManager.BotService.Models.BotMsaAppType>
type BotMsaAppType = struct
Public Structure BotMsaAppType
Implements IEquatable(Of BotMsaAppType)
- Vererbung
-
BotMsaAppType
- Implementiert
Konstruktoren
BotMsaAppType(String) |
Initialisiert eine neue Instanz von BotMsaAppType. |
Eigenschaften
MultiTenant |
Mehrinstanzenfähig. |
SingleTenant |
SingleTenant. |
UserAssignedMSI |
UserAssignedMSI. |
Methoden
Equals(BotMsaAppType) |
Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist. |
ToString() |
Gibt den voll qualifizierten Typnamen dieser Instanz zurück. |
Operatoren
Equality(BotMsaAppType, BotMsaAppType) |
Bestimmt, ob zwei BotMsaAppType Werte gleich sind. |
Implicit(String to BotMsaAppType) |
Konvertiert eine Zeichenfolge in eine BotMsaAppType. |
Inequality(BotMsaAppType, BotMsaAppType) |
Bestimmt, ob zwei BotMsaAppType Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET