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

InstallScriptSource Class

Object to hold install script reference.

Constructor

InstallScriptSource(*args: Any, **kwargs: Any)

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

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