Partager via


EmailChannelProperties(String, Boolean) Constructeur

Définition

Initialise une nouvelle instance d’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)

Paramètres

emailAddress
String

Adresse e-mail.

isEnabled
Boolean

Indique si ce canal est activé pour le bot.

Exceptions

emailAddress a la valeur null.

S’applique à