NotebookWorkspaceProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.cosmos.fluent.models.NotebookWorkspaceProperties

Implements

public final class NotebookWorkspaceProperties
implements JsonSerializable<NotebookWorkspaceProperties>

Properties of a notebook workspace resource.

Constructor Summary

Constructor Description
NotebookWorkspaceProperties()

Creates an instance of NotebookWorkspaceProperties class.

Method Summary

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

Reads an instance of NotebookWorkspaceProperties from the JsonReader.

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

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the NotebookWorkspaceProperties.

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)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to