NotebookClient Constructors

Definition

Overloads

NotebookClient()

Initializes a new instance of NotebookClient for mocking.

NotebookClient(Uri, TokenCredential, ArtifactsClientOptions)

Initializes a new instance of NotebookClient.

NotebookClient()

Source:
NotebookClient.cs

Initializes a new instance of NotebookClient for mocking.

protected NotebookClient ();
Protected Sub New ()

Applies to

NotebookClient(Uri, TokenCredential, ArtifactsClientOptions)

Source:
NotebookClient.cs

Initializes a new instance of NotebookClient.

public NotebookClient (Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Synapse.Artifacts.ArtifactsClientOptions options = default);
new Azure.Analytics.Synapse.Artifacts.NotebookClient : Uri * Azure.Core.TokenCredential * Azure.Analytics.Synapse.Artifacts.ArtifactsClientOptions -> Azure.Analytics.Synapse.Artifacts.NotebookClient
Public Sub New (endpoint As Uri, credential As TokenCredential, Optional options As ArtifactsClientOptions = Nothing)

Parameters

endpoint
Uri

The workspace development endpoint, for example https://myworkspace.dev.azuresynapse.net.

credential
TokenCredential

A credential used to authenticate to an Azure Service.

options
ArtifactsClientOptions

The options for configuring the client.

Applies to