Share via


ChannelsListResult Class

Definition

Result of the List Channels operation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ChannelsListResultTypeConverter))]
public class ChannelsListResult : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannelsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ChannelsListResultTypeConverter))>]
type ChannelsListResult = class
    interface IChannelsListResult
    interface IJsonSerializable
Public Class ChannelsListResult
Implements IChannelsListResult
Inheritance
ChannelsListResult
Attributes
Implements

Constructors

ChannelsListResult()

Creates an new ChannelsListResult instance.

Properties

NextLink

A link for the next page of channels.

Value

A collection of Channels.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ChannelsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ChannelsListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannelsListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ChannelsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to