NotebookCellOutputItem(CellOutputType) Constructor

Definition

Initializes a new instance of NotebookCellOutputItem.

public NotebookCellOutputItem (Azure.Analytics.Synapse.Artifacts.Models.CellOutputType outputType);
new Azure.Analytics.Synapse.Artifacts.Models.NotebookCellOutputItem : Azure.Analytics.Synapse.Artifacts.Models.CellOutputType -> Azure.Analytics.Synapse.Artifacts.Models.NotebookCellOutputItem
Public Sub New (outputType As CellOutputType)

Parameters

outputType
CellOutputType

Execution, display, or stream outputs.

Applies to