次の方法で共有


RunNotebookResponse クラス

定義

ノートブックの応答を実行します。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RunNotebookResponse+RunNotebookResponseConverter))]
public class RunNotebookResponse
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RunNotebookResponse+RunNotebookResponseConverter))>]
type RunNotebookResponse = class
Public Class RunNotebookResponse
継承
RunNotebookResponse
属性

プロパティ

Message

応答メッセージ。

Result

ノートブックの実行結果。

適用対象