次の方法で共有


RunNotebookRequest クラス

定義

ノートブック要求を実行します。

[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
継承
RunNotebookRequest
属性

コンストラクター

RunNotebookRequest()

RunNotebookRequest の新しいインスタンスを初期化します。

プロパティ

HonorSessionTimeToLive

実行が完了した後、セッションを稼働するまで実行する必要があるかどうか。

Notebook

ノートブック名。

Parameters

ノートブック パラメーターを実行します。

SessionOptions

セッションのプロパティ。

SparkPool

SparkPool 名。

適用対象