NotebookWorkspaceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. cosmos. fluent. models. NotebookWorkspaceInner
- com.
- com.
public final class NotebookWorkspaceInner
extends ProxyResource
A notebook workspace resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Notebook |
fromJson(JsonReader jsonReader)
Reads an instance of Notebook |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
| String |
notebookServerEndpoint()
Get the notebook |
| String |
status()
Get the status property: Status of the notebook workspace. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
fromJson
public static NotebookWorkspaceInner fromJson(JsonReader jsonReader)
Reads an instance of NotebookWorkspaceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
NotebookWorkspaceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
NotebookWorkspaceInner.name()Returns:
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:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
NotebookWorkspaceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
NotebookWorkspaceInner.type()Returns:
validate
public void validate()
Validates the instance.