Class NotebookParameter

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

public final class NotebookParameter extends Object
Notebook parameter.
  • Constructor Details

    • NotebookParameter

      public NotebookParameter()
  • Method Details

    • getValue

      public Object getValue()
      Get the value property: Notebook parameter value. Type: string (or Expression with resultType string).
      Returns:
      the value value.
    • setValue

      public NotebookParameter setValue(Object value)
      Set the value property: Notebook parameter value. Type: string (or Expression with resultType string).
      Parameters:
      value - the value value to set.
      Returns:
      the NotebookParameter object itself.
    • getType

      public NotebookParameterType getType()
      Get the type property: Notebook parameter type.
      Returns:
      the type value.
    • setType

      Set the type property: Notebook parameter type.
      Parameters:
      type - the type value to set.
      Returns:
      the NotebookParameter object itself.