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

AnalyticsSynapseArtifactsModelFactory.RunNotebookResponse 方法

定义

初始化 RunNotebookResponse 的新实例。

public static Azure.Analytics.Synapse.Artifacts.Models.RunNotebookResponse RunNotebookResponse (string message = default, Azure.Analytics.Synapse.Artifacts.Models.RunNotebookResult result = default);
static member RunNotebookResponse : string * Azure.Analytics.Synapse.Artifacts.Models.RunNotebookResult -> Azure.Analytics.Synapse.Artifacts.Models.RunNotebookResponse
Public Shared Function RunNotebookResponse (Optional message As String = Nothing, Optional result As RunNotebookResult = Nothing) As RunNotebookResponse

参数

message
String

响应消息。

result
RunNotebookResult

运行笔记本的结果。

返回

用于模拟的新 RunNotebookResponse 实例。

适用于