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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET