Class SynapseNotebookReference

java.lang.Object
com.azure.analytics.synapse.artifacts.models.SynapseNotebookReference

public final class SynapseNotebookReference extends Object
Synapse notebook reference type.
  • Constructor Details

    • SynapseNotebookReference

      public SynapseNotebookReference()
  • Method Details

    • getType

      public NotebookReferenceType getType()
      Get the type property: Synapse notebook reference type.
      Returns:
      the type value.
    • setType

      Set the type property: Synapse notebook reference type.
      Parameters:
      type - the type value to set.
      Returns:
      the SynapseNotebookReference object itself.
    • getReferenceName

      public Object getReferenceName()
      Get the referenceName property: Reference notebook name. Type: string (or Expression with resultType string).
      Returns:
      the referenceName value.
    • setReferenceName

      public SynapseNotebookReference setReferenceName(Object referenceName)
      Set the referenceName property: Reference notebook name. Type: string (or Expression with resultType string).
      Parameters:
      referenceName - the referenceName value to set.
      Returns:
      the SynapseNotebookReference object itself.