ArmBotServiceModelFactory.LineChannelProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
LineChannelProperties の新しいインスタンスを初期化します。
public static Azure.ResourceManager.BotService.Models.LineChannelProperties LineChannelProperties (System.Collections.Generic.IEnumerable<Azure.ResourceManager.BotService.Models.LineRegistration> lineRegistrations = default, Uri callbackUri = default, bool? isValidated = default);
static member LineChannelProperties : seq<Azure.ResourceManager.BotService.Models.LineRegistration> * Uri * Nullable<bool> -> Azure.ResourceManager.BotService.Models.LineChannelProperties
Public Shared Function LineChannelProperties (Optional lineRegistrations As IEnumerable(Of LineRegistration) = Nothing, Optional callbackUri As Uri = Nothing, Optional isValidated As Nullable(Of Boolean) = Nothing) As LineChannelProperties
パラメーター
- lineRegistrations
- IEnumerable<LineRegistration>
回線チャネル登録の一覧。
- callbackUri
- Uri
行登録に入力するコールバック URL。
戻り値
モック作成用の新しい LineChannelProperties インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET