ScriptSource interface
The source script from which the Script Version is going to be created.
Properties
| parameters | Optional. Any input parameters that needs to passed to the script and are accessed within the script for its execution. |
| script |
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. |
Property Details
parameters
Optional. Any input parameters that needs to passed to the script and are accessed within the script for its execution.
parameters?: GalleryScriptParameter[]
Property Value
scriptLink
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.
scriptLink: string
Property Value
string