RunNotebookClient.StartCreateRun Method
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.
public virtual Azure.Analytics.Synapse.Artifacts.RunNotebookCreateRunOperation StartCreateRun (string runId, Azure.Analytics.Synapse.Artifacts.Models.RunNotebookRequest runNotebookRequest, System.Threading.CancellationToken cancellationToken = default);
abstract member StartCreateRun : string * Azure.Analytics.Synapse.Artifacts.Models.RunNotebookRequest * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.RunNotebookCreateRunOperation
override this.StartCreateRun : string * Azure.Analytics.Synapse.Artifacts.Models.RunNotebookRequest * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.RunNotebookCreateRunOperation
Public Overridable Function StartCreateRun (runId As String, runNotebookRequest As RunNotebookRequest, Optional cancellationToken As CancellationToken = Nothing) As RunNotebookCreateRunOperation
Parameters
- runId
- String
Notebook run id.
- runNotebookRequest
- RunNotebookRequest
Run notebook request payload.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
runId
or runNotebookRequest
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET