GetNotebookWorkspaceResult

data class GetNotebookWorkspaceResult(val id: String, val name: String, val notebookServerEndpoint: String, val status: String, val type: String)

A notebook workspace resource

Constructors

Link copied to clipboard
constructor(id: String, name: String, notebookServerEndpoint: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The unique resource identifier of the database account.

Link copied to clipboard

The name of the database account.

Link copied to clipboard

Specifies the endpoint of Notebook server.

Link copied to clipboard

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

Link copied to clipboard

The type of Azure resource.