ScriptSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The source script from which the Script Version is going to be created.
public class ScriptSource
type ScriptSource = class
Public Class ScriptSource
- Inheritance
-
ScriptSource
Constructors
| Name | Description |
|---|---|
| ScriptSource() |
Initializes a new instance of the ScriptSource class. |
| ScriptSource(String, IList<GalleryScriptParameter>) |
Initializes a new instance of the ScriptSource class. |
Properties
| Name | Description |
|---|---|
| Parameters |
Gets or sets optional. Any input parameters that needs to passed to the script and are accessed within the script for its execution. |
| ScriptLink |
Gets or sets 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. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |