你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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