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

GalleryDiskImageSource Class

The source for the disk image.

Constructor

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

Variables

Name Description
id
str

The id of the gallery artifact version source.

uri
str

The uri of the gallery artifact version source. Currently used to specify vhd/blob source.

storage_account_id
str

The Storage Account Id that contains the vhd blob being used as a source for this artifact version.

Attributes

storage_account_id

The Storage Account Id that contains the vhd blob being used as a source for this artifact version.

storage_account_id: str | None

uri

The uri of the gallery artifact version source. Currently used to specify vhd/blob source.

uri: str | None