Interface NotebookAccessTokenResult


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

    Modifier and Type
    Method
    Description
    Gets the accessToken property: The accessToken property.
    Gets the expiresIn property: The expiresIn property.
    Gets the hostname property: The hostName property.
    Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.NotebookAccessTokenResultInner object.
    Gets the notebookResourceId property: The notebookResourceId property.
    Gets the publicDns property: The publicDns property.
    Gets the refreshToken property: The refreshToken property.
    Gets the scope property: The scope property.
    Gets the tokenType property: The tokenType property.
  • Method Details

    • 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

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