NotebookClient.StartCreateOrUpdateNotebook Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée ou met à jour un carnet de notes.
public virtual Azure.Analytics.Synapse.Artifacts.NotebookCreateOrUpdateNotebookOperation StartCreateOrUpdateNotebook (string notebookName, Azure.Analytics.Synapse.Artifacts.Models.NotebookResource notebook, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StartCreateOrUpdateNotebook : string * Azure.Analytics.Synapse.Artifacts.Models.NotebookResource * string * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.NotebookCreateOrUpdateNotebookOperation
override this.StartCreateOrUpdateNotebook : string * Azure.Analytics.Synapse.Artifacts.Models.NotebookResource * string * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.NotebookCreateOrUpdateNotebookOperation
Public Overridable Function StartCreateOrUpdateNotebook (notebookName As String, notebook As NotebookResource, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As NotebookCreateOrUpdateNotebookOperation
Paramètres
- notebookName
- String
Nom du bloc-notes.
- notebook
- NotebookResource
Définition de ressource du carnet de notes.
- ifMatch
- String
ETag de l’entité Carnet de notes. Doit uniquement être spécifié pour la mise à jour, pour laquelle il 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 à
Azure SDK for .NET