RunNotebookRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET