次の方法で共有


EmailChannelProperties(String, Boolean) コンストラクター

定義

EmailChannelProperties の新しいインスタンスを初期化します。

public EmailChannelProperties(string emailAddress, bool isEnabled);
new Azure.ResourceManager.BotService.Models.EmailChannelProperties : string * bool -> Azure.ResourceManager.BotService.Models.EmailChannelProperties
Public Sub New (emailAddress As String, isEnabled As Boolean)

パラメーター

emailAddress
String

電子メール アドレス。

isEnabled
Boolean

ボットに対してこのチャネルが有効になっているかどうか。

例外

emailAddress が null です。

適用対象