Interface ListNotebookKeysResult


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ListNotebookKeysResultInner object.
    Gets the primaryAccessKey property: The primaryAccessKey property.
    Gets the secondaryAccessKey property: The secondaryAccessKey property.
  • Method Details

    • primaryAccessKey

      String primaryAccessKey()
      Gets the primaryAccessKey property: The primaryAccessKey property.
      Returns:
      the primaryAccessKey value.
    • secondaryAccessKey

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

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