SchemaGroupListResult 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 of the List SchemaGroup 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
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.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() |