Share via


Rendering Class

Definition

Instructions for rendering the data

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RenderingTypeConverter))]
public class Rendering : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRendering
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RenderingTypeConverter))>]
type Rendering = class
    interface IRendering
    interface IJsonSerializable
Public Class Rendering
Implements IRendering
Inheritance
Rendering
Attributes
Implements

Constructors

Rendering()

Creates an new Rendering instance.

Properties

Description

Description of the data that will help it be interpreted

Title

Title of data

Type

Rendering Type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Rendering.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Rendering.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRendering.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Rendering into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to