RunNotebookSparkSessionOptions.IsQueueable Property
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.
Whether to queue session creation if Spark pool doesn't have enough capacity. Default value is true in notebook runs API.
public bool? IsQueueable { get; set; }
member this.IsQueueable : Nullable<bool> with get, set
Public Property IsQueueable As Nullable(Of Boolean)