Compartilhar via


IRendering Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RenderingTypeConverter))]
public interface IRendering : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RenderingTypeConverter))>]
type IRendering = interface
    interface IJsonSerializable
Public Interface IRendering
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Description

Description of the data that will help it be interpreted

Title

Title of data

Type

Rendering Type

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to