BotChannelSite(String, Boolean) Constructor

Definition

Initializes a new instance of BotChannelSite.

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

Parameters

siteName
String

Site name.

isEnabled
Boolean

Whether this site is enabled for DirectLine channel.

Exceptions

siteName is null.

Applies to