Compartir a través de


LineChannelProperties Class

Definition

The parameters to provide for the Line channel.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.LineChannelPropertiesTypeConverter))]
public class LineChannelProperties : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ILineChannelProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.LineChannelPropertiesTypeConverter))>]
type LineChannelProperties = class
    interface ILineChannelProperties
    interface IJsonSerializable
Public Class LineChannelProperties
Implements ILineChannelProperties
Inheritance
LineChannelProperties
Attributes
Implements

Constructors

LineChannelProperties()

Creates an new LineChannelProperties instance.

Properties

CallbackUrl

Callback Url to enter in line registration.

IsValidated

Whether this channel is validated for the bot

LineRegistration

The list of line channel registrations

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LineChannelProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LineChannelProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ILineChannelProperties.

FromJsonString(String)

Creates a new instance of LineChannelProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LineChannelProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to