NotebookWorkspaceConnectionInfoResultInner Class

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

Implements

public final class NotebookWorkspaceConnectionInfoResultInner
implements JsonSerializable<NotebookWorkspaceConnectionInfoResultInner>

The connection info for the given notebook workspace.

Method Summary

Modifier and Type Method and Description
String authToken()

Get the authToken property: Specifies auth token used for connecting to Notebook server (uses token-based auth).

static NotebookWorkspaceConnectionInfoResultInner fromJson(JsonReader jsonReader)

Reads an instance of NotebookWorkspaceConnectionInfoResultInner from the JsonReader.

String notebookServerEndpoint()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

authToken

public String authToken()

Get the authToken property: Specifies auth token used for connecting to Notebook server (uses token-based auth).

Returns:

the authToken value.

fromJson

public static NotebookWorkspaceConnectionInfoResultInner fromJson(JsonReader jsonReader)

Reads an instance of NotebookWorkspaceConnectionInfoResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of NotebookWorkspaceConnectionInfoResultInner 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 NotebookWorkspaceConnectionInfoResultInner.

notebookServerEndpoint

public String notebookServerEndpoint()

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

Returns:

the notebookServerEndpoint value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to