ScriptActivityScriptBlock Class   
Script block of scripts.
All required parameters must be populated in order to send to server.
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. Default value: None | 
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. |