ConsumerGroupListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result to the List Consumer Group 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
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.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() |