NotebookWorkspaceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. fluent. models. NotebookWorkspaceProperties
- com.
Implements
public final class NotebookWorkspaceProperties
implements JsonSerializable<NotebookWorkspaceProperties>
Properties of a notebook workspace resource.
Constructor Summary
| Constructor | Description |
|---|---|
| NotebookWorkspaceProperties() |
Creates an instance of Notebook |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Notebook |
fromJson(JsonReader jsonReader)
Reads an instance of Notebook |
| String |
notebookServerEndpoint()
Get the notebook |
| String |
status()
Get the status property: Status of the notebook workspace. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
NotebookWorkspaceProperties
public NotebookWorkspaceProperties()
Creates an instance of NotebookWorkspaceProperties class.
Method Details
fromJson
public static NotebookWorkspaceProperties fromJson(JsonReader jsonReader)
Reads an instance of NotebookWorkspaceProperties from the JsonReader.
Parameters:
Returns:
Throws:
notebookServerEndpoint
public String notebookServerEndpoint()
Get the notebookServerEndpoint property: Specifies the endpoint of Notebook server.
Returns:
status
public String status()
Get the status property: Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, Updating.
Returns:
toJson
validate
public void validate()
Validates the instance.