Interface NotebookAccessTokenResult


  • public interface NotebookAccessTokenResult
    An immutable client-side representation of NotebookAccessTokenResult.
    • Method Detail

      • notebookResourceId

        String notebookResourceId()
        Gets the notebookResourceId property: The notebookResourceId property.
        Returns:
        the notebookResourceId value.
      • hostname

        String hostname()
        Gets the hostname property: The hostName property.
        Returns:
        the hostname value.
      • publicDns

        String publicDns()
        Gets the publicDns property: The publicDns property.
        Returns:
        the publicDns value.
      • accessToken

        String accessToken()
        Gets the accessToken property: The accessToken property.
        Returns:
        the accessToken value.
      • tokenType

        String tokenType()
        Gets the tokenType property: The tokenType property.
        Returns:
        the tokenType value.
      • expiresIn

        Integer expiresIn()
        Gets the expiresIn property: The expiresIn property.
        Returns:
        the expiresIn value.
      • refreshToken

        String refreshToken()
        Gets the refreshToken property: The refreshToken property.
        Returns:
        the refreshToken value.
      • scope

        String scope()
        Gets the scope property: The scope property.
        Returns:
        the scope value.
      • innerModel

        NotebookAccessTokenResultInner innerModel()
        Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.NotebookAccessTokenResultInner object.
        Returns:
        the inner object.