SchemaGroupListResult Class

Definition

The response of a SchemaGroup list operation.

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

Constructors

Name Description
SchemaGroupListResult()

Creates an new SchemaGroupListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The SchemaGroup items on this page

Methods

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