Share via


ILineChannel Interface

Definition

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

Properties

CallbackUrl

Callback Url to enter in line registration.

Etag

Entity Tag of the resource

(Inherited from IChannel)
IsValidated

Whether this channel is validated for the bot

LineRegistration

The list of line channel registrations

Location

Specifies the location of the resource.

(Inherited from IChannel)
Name

The channel name

(Inherited from IChannel)
ProvisioningState

Provisioning state of the resource

(Inherited from IChannel)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to