ChannelAccount 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ChannelAccount() |
ChannelAccount 클래스의 새 인스턴스를 초기화합니다. |
ChannelAccount(String, String, String, String) |
ChannelAccount 클래스의 새 인스턴스를 초기화합니다. |
ChannelAccount()
ChannelAccount(String, String, String, String)
ChannelAccount 클래스의 새 인스턴스를 초기화합니다.
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)
매개 변수
- id
- String
이 채널의 사용자 또는 봇에 대한 채널 ID(예: joe@smith.com또는 @joesmith 123456).
- name
- String
식별 이름을 표시합니다.
- role
- String
계정 뒤에 있는 엔터티의 역할(예: 사용자, 봇 등). 가능한 값은 'user', 'bot'입니다.
- aadObjectId
- String
AAD(Azure Active Directory) 내에서 이 계정의 개체 ID입니다.