ScriptSource Class
The source script from which the Script Version is going to be created.
Constructor
ScriptSource()
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
|
list[<xref:"GalleryScriptParameter">]
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[azure.mgmt.compute.types.GalleryScriptParameter]
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. Required.
scriptLink: str