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

InstallScriptSource Class

Object to hold install script reference.

Constructor

InstallScriptSource()

Variables

Name Description
source_uri
str

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

type
Union[str, <xref:"InstallScriptType">]

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

Attributes

sourceUri

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

sourceUri: str

type

"RemoteAzureBlob" and "PlatformStorage".

type: str | InstallScriptType