Share via


SchemaGroupListResult Class

Definition

The result of the List SchemaGroup operation.

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

Constructors

SchemaGroupListResult()

Creates an new SchemaGroupListResult instance.

Properties

NextLink

Link to the next set of results. Not empty if Value contains incomplete list of Schema Groups.

Value

Result of the List SchemaGroups operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SchemaGroupListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SchemaGroupListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SchemaGroupListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to