InstallScriptSource Class
Object to hold install script reference.
Constructor
InstallScriptSource(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
source_uri
|
Install script source URI where the install script file will be fetched from. |
|
type
|
Type of the install script. Known values are: "RemoteAzureBlob" and "PlatformStorage". |
Attributes
source_uri
Install script source URI where the install script file will be fetched from.
source_uri: str | None
type
"RemoteAzureBlob" and "PlatformStorage".
type: str | _models.InstallScriptType | None