SqlScriptsListResponse Class

A list of sql scripts resources.

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

Inheritance
SqlScriptsListResponse

Constructor

SqlScriptsListResponse(*, value: List[azure.synapse.artifacts.models._models_py3.SqlScriptResource], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[SqlScriptResource]
Required

Required. List of sql scripts.

next_link
str
Required

The link to the next page of results, if any remaining results exist.