Class NotebookWorkspaceConnectionInfoResultInner
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.fluent.models.NotebookWorkspaceConnectionInfoResultInner
-
public final class NotebookWorkspaceConnectionInfoResultInner extends Object
The connection info for the given notebook workspace.
-
-
Constructor Summary
Constructors Constructor Description NotebookWorkspaceConnectionInfoResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringauthToken()Get the authToken property: Specifies auth token used for connecting to Notebook server (uses token-based auth).StringnotebookServerEndpoint()Get the notebookServerEndpoint property: Specifies the endpoint of Notebook server.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
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.
-
notebookServerEndpoint
public String 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.
-
-