Rendering 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.
Instructions for rendering the data
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RenderingTypeConverter))]
public class Rendering : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRendering
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRendering. |
FromJsonString(String) |
Creates a new instance of Rendering, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |