Share via


IChannelProvider インターフェイス

定義

注意事項

Use ConfigurationBotFrameworkAuthentication instead to configure channel.

ChannelProvider インターフェイス。 このインターフェイスを使用すると、ボットは、ボットに接続するための構成パラメーターに独自の実装を提供できます。 フレームワーク チャネル サービス。

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)]
public interface IChannelProvider
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)>]
type IChannelProvider = interface
Public Interface IChannelProvider
派生
属性

メソッド

GetChannelServiceAsync()
古い.

このチャネル プロバイダーのチャネル サービス プロパティを取得します。

IsGovernment()
古い.

このプロバイダーが Government Azure 上のチャネルを表すかどうかを示す値を取得します。

IsPublicAzure()
古い.

このプロバイダーがパブリック Azure 上のチャネルを表すかどうかを示す 値を取得します。

適用対象