Share via


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