Class SynapseNotebookReference

java.lang.Object
com.azure.resourcemanager.datafactory.models.SynapseNotebookReference

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

    • SynapseNotebookReference

      public SynapseNotebookReference()
  • Method Details

    • type

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

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

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

      public SynapseNotebookReference withReferenceName(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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.