Partager via


NotebookWorkspaceInner Class

public final class NotebookWorkspaceInner
extends ArmProxyResource

A notebook workspace resource.

Constructor Summary

Constructor Description
NotebookWorkspaceInner()

Creates an instance of NotebookWorkspaceInner class.

Method Summary

Modifier and Type Method and Description
static NotebookWorkspaceInner fromJson(JsonReader jsonReader)

Reads an instance of NotebookWorkspaceInner from the JsonReader.

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 notebookServerEndpoint property: Specifies the endpoint of Notebook server.

String status()

Get the status property: Status of the notebook workspace.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of NotebookWorkspaceInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

NotebookWorkspaceInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

NotebookWorkspaceInner.name()

Returns:

the name value.

notebookServerEndpoint

public String notebookServerEndpoint()

Get the notebookServerEndpoint property: Specifies the endpoint of Notebook server.

Returns:

the notebookServerEndpoint value.

status

public String status()

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

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

NotebookWorkspaceInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

NotebookWorkspaceInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

NotebookWorkspaceInner.validate()

Applies to