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