你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RunNotebookResult Class

Definition

Result of run notebook.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RunNotebookResult+RunNotebookResultConverter))]
public class RunNotebookResult
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RunNotebookResult+RunNotebookResultConverter))>]
type RunNotebookResult = class
Public Class RunNotebookResult
Inheritance
RunNotebookResult
Attributes

Properties

Error

Run notebook error.

ExitValue

Output of exit command.

LastCheckedOn

Timestamp of last update.

RunId

Run id.

RunStatus

Status of the run notebook.

SessionDetail

Run notebook session details.

SessionId

Livy session id.

SparkPool

SparkPool name.

Applies to