ScriptSource Class
The source script from which the Script Version is going to be created.
Constructor
ScriptSource(*args: Any, **kwargs: Any)
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. |
Attributes
parameters
Optional. Any input parameters that needs to passed to the script and are accessed within the script for its execution.
parameters: list['_models.GalleryScriptParameter'] | None
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.
script_link: str