Partager via


NotebookClient.StartCreateOrUpdateNotebookAsync Méthode

Définition

Crée ou met à jour un carnet de notes.

public virtual System.Threading.Tasks.Task<Azure.Analytics.Synapse.Artifacts.NotebookCreateOrUpdateNotebookOperation> StartCreateOrUpdateNotebookAsync (string notebookName, Azure.Analytics.Synapse.Artifacts.Models.NotebookResource notebook, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StartCreateOrUpdateNotebookAsync : string * Azure.Analytics.Synapse.Artifacts.Models.NotebookResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Analytics.Synapse.Artifacts.NotebookCreateOrUpdateNotebookOperation>
override this.StartCreateOrUpdateNotebookAsync : string * Azure.Analytics.Synapse.Artifacts.Models.NotebookResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Analytics.Synapse.Artifacts.NotebookCreateOrUpdateNotebookOperation>
Public Overridable Function StartCreateOrUpdateNotebookAsync (notebookName As String, notebook As NotebookResource, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NotebookCreateOrUpdateNotebookOperation)

Paramètres

notebookName
String

Nom du bloc-notes.

notebook
NotebookResource

Notez la définition de ressource du livre.

ifMatch
String

ETag de l’entité Carnet de notes. Doit être spécifié uniquement pour la mise à jour, pour laquelle elle doit correspondre à l’entité existante ou peut être * pour la mise à jour inconditionnelle.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

notebookName ou notebook est null.

S’applique à