ChannelAccount Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
ChannelAccount() |
Inicializuje novou instanci ChannelAccount třídy . |
ChannelAccount(String, String, String, String) |
Inicializuje novou instanci ChannelAccount třídy . |
ChannelAccount()
Inicializuje novou instanci ChannelAccount třídy .
public ChannelAccount ();
Public Sub New ()
Platí pro
ChannelAccount(String, String, String, String)
Inicializuje novou instanci ChannelAccount třídy .
public ChannelAccount (string id = default, string name = default, string role = default, string aadObjectId = default);
new Microsoft.Bot.Schema.ChannelAccount : string * string * string * string -> Microsoft.Bot.Schema.ChannelAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional role As String = Nothing, Optional aadObjectId As String = Nothing)
Parametry
- id
- String
ID kanálu pro uživatele nebo robota v tomto kanálu (příklad: joe@smith.comnebo @joesmith 123456)
- name
- String
Zobrazovaný popisný název
- role
- String
Role entity za účtem (příklad: uživatel, robot atd.) Mezi možné hodnoty patří: 'user', 'bot'.
- aadObjectId
- String
ID objektu tohoto účtu ve službě Azure Active Directory (AAD).