다음을 통해 공유


ChannelResponseList Class

Definition

The list of bot service channel operation response.

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

Constructors

ChannelResponseList()

Creates an new ChannelResponseList instance.

Properties

NextLink

The link used to get the next page of bot service channel resources.

Value

Gets the list of bot service channel results and their properties.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ChannelResponseList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ChannelResponseList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ChannelResponseList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to