다음을 통해 공유


IChannelSettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ChannelSettingsTypeConverter))]
public interface IChannelSettings : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ChannelSettingsTypeConverter))>]
type IChannelSettings = interface
    interface IJsonSerializable
Public Interface IChannelSettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

BotIconUrl

The bot icon url

BotId

The bot id

ChannelDisplayName

The channel display name

ChannelId

The channel id

DisableLocalAuth

Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.

ExtensionKey1

The extensionKey1

ExtensionKey2

The extensionKey2

IsEnabled

Whether this channel is enabled for the bot

Site

The list of sites

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to