NotebookWorkspaceConnectionInfoResult interface
指定筆記本工作區的連接資訊
屬性
auth |
指定用來連線到 Notebook 伺服器的驗證權杖, (使用權杖型驗證) 。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
notebook |
指定 Notebook 伺服器的端點。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
屬性詳細資料
authToken
指定用來連線到 Notebook 伺服器的驗證權杖, (使用權杖型驗證) 。 注意:此屬性不會序列化。 它只能由伺服器填入。
authToken?: string
屬性值
string
notebookServerEndpoint
指定 Notebook 伺服器的端點。 注意:此屬性不會序列化。 它只能由伺服器填入。
notebookServerEndpoint?: string
屬性值
string