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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET