Class NotebookWorkspaceConnectionInfoResultInner
java.lang.Object
com.azure.resourcemanager.cosmos.fluent.models.NotebookWorkspaceConnectionInfoResultInner
The connection info for the given notebook workspace.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NotebookWorkspaceConnectionInfoResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the authToken property: Specifies auth token used for connecting to Notebook server (uses token-based auth).Get the notebookServerEndpoint property: Specifies the endpoint of Notebook server.voidvalidate()Validates the instance.
-
Constructor Details
-
NotebookWorkspaceConnectionInfoResultInner
public NotebookWorkspaceConnectionInfoResultInner()Creates an instance of NotebookWorkspaceConnectionInfoResultInner class.
-
-
Method Details
-
authToken
Get the authToken property: Specifies auth token used for connecting to Notebook server (uses token-based auth).- Returns:
- the authToken value.
-
notebookServerEndpoint
Get the notebookServerEndpoint property: Specifies the endpoint of Notebook server.- Returns:
- the notebookServerEndpoint value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-