NotebookWorkspaceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. cosmos. models. ArmProxyResource - com.
azure. resourcemanager. cosmos. fluent. models. NotebookWorkspaceInner
- com.
- com.
- com.
public final class NotebookWorkspaceInner
extends ArmProxyResource
A notebook workspace resource.
Constructor Summary
Constructor | Description |
---|---|
NotebookWorkspaceInner() |
Creates an instance of Notebook |
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. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Methods inherited from ArmProxyResource
Methods inherited from java.lang.Object
Constructor Details
NotebookWorkspaceInner
public NotebookWorkspaceInner()
Creates an instance of NotebookWorkspaceInner class.
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:
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.
Overrides:
NotebookWorkspaceInner.validate()Applies to
Azure SDK for Java