ArmBotServiceModelFactory.LineChannelProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- lineRegistrations
- IEnumerable<LineRegistration>
The list of line channel registrations.
- callbackUri
- Uri
Callback Url to enter in line registration.
Returns
A new LineChannelProperties instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET