GalleryDiskImageSource Class
The source for the disk image.
- Inheritance
-
azure.mgmt.compute.v2024_03_03.models._models_py3.GalleryArtifactVersionSourceGalleryDiskImageSource
Constructor
GalleryDiskImageSource(*, id: str | None = None, uri: str | None = None, storage_account_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The id of the gallery artifact version source. |
uri
|
The uri of the gallery artifact version source. Currently used to specify vhd/blob source. |
storage_account_id
|
The Storage Account Id that contains the vhd blob being used as a source for this artifact version. |
Variables
Name | Description |
---|---|
id
|
The id of the gallery artifact version source. |
uri
|
The uri of the gallery artifact version source. Currently used to specify vhd/blob source. |
storage_account_id
|
The Storage Account Id that contains the vhd blob being used as a source for this artifact version. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python