JsonSchema 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 JSON schema.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.JsonSchemaTypeConverter))]
public class JsonSchema : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IJsonSchema
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.JsonSchemaTypeConverter))>]
type JsonSchema = class
interface IJsonSchema
interface IJsonSerializable
Public Class JsonSchema
Implements IJsonSchema
- Inheritance
-
JsonSchema
- Attributes
- Implements
Constructors
JsonSchema() |
Creates an new JsonSchema instance. |
Properties
Content |
The JSON content. |
Title |
The JSON title. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of JsonSchema. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of JsonSchema. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IJsonSchema. |
FromJsonString(String) |
Creates a new instance of JsonSchema, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of JsonSchema into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |