NotebookParameter Class

Notebook parameter.

Inheritance
azure.mgmt.datafactory._serialization.Model
NotebookParameter

Constructor

NotebookParameter(*, value: MutableMapping[str, Any] | None = None, type: str | _models.NotebookParameterType | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value
<xref:JSON>

Notebook parameter value. Type: string (or Expression with resultType string).

type

Notebook parameter type. Known values are: "string", "int", "float", "bool", and "int".

Variables

Name Description
value
<xref:JSON>

Notebook parameter value. Type: string (or Expression with resultType string).

type

Notebook parameter type. Known values are: "string", "int", "float", "bool", and "int".