Share via


InstallScriptSource Class

Object to hold install script reference.

Constructor

InstallScriptSource(*, source_uri: str | None = None, type: str | _models.InstallScriptType | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
source_uri
str

Install script source URI where the install script file will be fetched from.

Default value: None
type

Type of the install script. Known values are: "RemoteAzureBlob" and "PlatformStorage".

Default value: None

Variables

Name Description
source_uri
str

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".