SchemasListResult Class

Definition

The schemas list result.

[System.ComponentModel.TypeConverter(typeof(ADT.Models.SchemasListResultTypeConverter))]
public class SchemasListResult : ADT.Models.ISchemasListResult
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.SchemasListResultTypeConverter))>]
type SchemasListResult = class
    interface ISchemasListResult
    interface IJsonSerializable
Public Class SchemasListResult
Implements ISchemasListResult
Inheritance
SchemasListResult
Attributes
Implements

Constructors

Name Description
SchemasListResult()

Creates an new SchemasListResult instance.

Properties

Name Description
Value

Schemas array.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SchemasListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SchemasListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of ADT.Models.ISchemasListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SchemasListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to