LineRegistration Class
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.
The properties corresponding to a line channel registration
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.LineRegistrationTypeConverter))]
public class LineRegistration : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ILineRegistration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.LineRegistrationTypeConverter))>]
type LineRegistration = class
interface ILineRegistration
interface IJsonSerializable
Public Class LineRegistration
Implements ILineRegistration
- Inheritance
-
LineRegistration
- Attributes
- Implements
Constructors
LineRegistration() |
Creates an new LineRegistration instance. |
Properties
ChannelAccessToken |
Access token for the line channel registration |
ChannelSecret |
Secret for the line channel registration |
GeneratedId |
Id generated for the line channel registration |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LineRegistration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LineRegistration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ILineRegistration. |
FromJsonString(String) |
Creates a new instance of LineRegistration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LineRegistration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |