共用方式為


NotebookWorkspace Constructors

Definition

Overloads

NotebookWorkspace()

Initializes a new instance of the NotebookWorkspace class.

NotebookWorkspace(String, String, String, String, String)

Initializes a new instance of the NotebookWorkspace class.

NotebookWorkspace()

Initializes a new instance of the NotebookWorkspace class.

public NotebookWorkspace ();
Public Sub New ()

Applies to

NotebookWorkspace(String, String, String, String, String)

Initializes a new instance of the NotebookWorkspace class.

public NotebookWorkspace (string id = default, string name = default, string type = default, string notebookServerEndpoint = default, string status = default);
new Microsoft.Azure.Management.CosmosDB.Models.NotebookWorkspace : string * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.NotebookWorkspace
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional notebookServerEndpoint As String = Nothing, Optional status As String = Nothing)

Parameters

id
String

The unique resource identifier of the database account.

name
String

The name of the database account.

type
String

The type of Azure resource.

notebookServerEndpoint
String

Specifies the endpoint of Notebook server.

status
String

Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, Updating.

Applies to