ConsumerGroupListResult Class

Definition

The response of a ConsumerGroup list operation.

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

Constructors

Name Description
ConsumerGroupListResult()

Creates an new ConsumerGroupListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The ConsumerGroup items on this page

Methods

Name Description
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.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