SchemasListResult 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 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() | |