ArmBotServiceModelFactory.LineRegistration(String, String, String) 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 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
Parameters
- generatedId
- String
Id generated for the line channel registration.
- channelSecret
- String
Secret for the line channel registration.
- channelAccessToken
- String
Access token for the line channel registration.
Returns
A new LineRegistration instance for mocking.