Share via


ConsumerGroupListResult Class

Definition

The result to the List Consumer Group operation.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ConsumerGroupListResultTypeConverter))]
public class ConsumerGroupListResult : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IConsumerGroupListResult
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ConsumerGroupListResultTypeConverter))>]
type ConsumerGroupListResult = class
    interface IConsumerGroupListResult
    interface IJsonSerializable
Public Class ConsumerGroupListResult
Implements IConsumerGroupListResult
Inheritance
ConsumerGroupListResult
Attributes
Implements

Constructors

ConsumerGroupListResult()

Creates an new ConsumerGroupListResult instance.

Properties

NextLink

Link to the next set of results. Not empty if Value contains incomplete list of Consumer Group

Value

Result of the List Consumer Group operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConsumerGroupListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConsumerGroupListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IConsumerGroupListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConsumerGroupListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to