Share via


GalleryDiskImageSource Class

The source for the disk image.

Constructor

GalleryDiskImageSource(*, id: str | None = None, uri: str | None = None, storage_account_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

The id of the gallery artifact version source.

Default value: None
uri
str

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

Default value: None
storage_account_id
str

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

Default value: None

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.