ScriptSource Class
The source script from which the Script Version is going to be created.
All required parameters must be populated in order to send to server.
Constructor
ScriptSource(*, script_link: str, parameters: list['_models.GalleryScriptParameter'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
script_link
|
Required. The link of the source script, it must be a readable storage blob with SAS URI or publicly accessible URI or managed identity enabled. Required. |
|
parameters
|
Optional. Any input parameters that needs to passed to the script and are accessed within the script for its execution. Default value: None
|
Variables
| Name | Description |
|---|---|
|
script_link
|
Required. The link of the source script, it must be a readable storage blob with SAS URI or publicly accessible URI or managed identity enabled. Required. |
|
parameters
|
Optional. Any input parameters that needs to passed to the script and are accessed within the script for its execution. |