RunNotebookClient.StartCreateRunAsync 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 System.Threading.Tasks.Task<Azure.Analytics.Synapse.Artifacts.RunNotebookCreateRunOperation> StartCreateRunAsync(string runId, Azure.Analytics.Synapse.Artifacts.Models.RunNotebookRequest runNotebookRequest, System.Threading.CancellationToken cancellationToken = default);
abstract member StartCreateRunAsync : string * Azure.Analytics.Synapse.Artifacts.Models.RunNotebookRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Analytics.Synapse.Artifacts.RunNotebookCreateRunOperation>
override this.StartCreateRunAsync : string * Azure.Analytics.Synapse.Artifacts.Models.RunNotebookRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Analytics.Synapse.Artifacts.RunNotebookCreateRunOperation>
Public Overridable Function StartCreateRunAsync (runId As String, runNotebookRequest As RunNotebookRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RunNotebookCreateRunOperation)
Parameters
- runId
- String
Notebook run id. For Create Run, you can generate a new GUID and use it here. For other actions, this is the same ID used in Create Run.
- runNotebookRequest
- RunNotebookRequest
Run notebook request payload.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
runId
or runNotebookRequest
is null.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.