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 Details

    • NotebookWorkspaceConnectionInfoResultInner

      public NotebookWorkspaceConnectionInfoResultInner()
      Creates an instance of NotebookWorkspaceConnectionInfoResultInner class.
  • 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.
    • 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.