ScriptActivityScriptBlock Class

Script block of scripts.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory._serialization.Model
ScriptActivityScriptBlock

Constructor

ScriptActivityScriptBlock(*, text: MutableMapping[str, Any], type: MutableMapping[str, Any], parameters: List[_models.ScriptActivityParameter] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
text
<xref:JSON>

The query text. Type: string (or Expression with resultType string). Required.

type
<xref:JSON>

The type of the query. Please refer to the ScriptType for valid options. Type: string (or Expression with resultType string). Required.

parameters

Array of script parameters. Type: array.

Variables

Name Description
text
<xref:JSON>

The query text. Type: string (or Expression with resultType string). Required.

type
<xref:JSON>

The type of the query. Please refer to the ScriptType for valid options. Type: string (or Expression with resultType string). Required.

parameters

Array of script parameters. Type: array.