다음을 통해 공유


ILineRegistration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.LineRegistrationTypeConverter))]
public interface ILineRegistration : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.LineRegistrationTypeConverter))>]
type ILineRegistration = interface
    interface IJsonSerializable
Public Interface ILineRegistration
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to