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

RunNotebookRequest Class

Definition

Run notebook request.

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

Constructors

RunNotebookRequest()

Initializes a new instance of RunNotebookRequest.

Properties

HonorSessionTimeToLive

Whether session should run till time to live after run completes.

Notebook

Notebook name.

Parameters

Run notebook parameters.

SessionOptions

Session properties.

SparkPool

SparkPool name.

Applies to