GalleryArtifactVersionSource Class
The gallery artifact version source.
- Inheritance
-
azure.mgmt.compute._serialization.ModelGalleryArtifactVersionSource
Constructor
GalleryArtifactVersionSource(*, id: str | None = None, uri: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource. |
uri
|
The uri of the gallery artifact version source. Currently used to specify vhd/blob source. |
Variables
Name | Description |
---|---|
id
|
The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource. |
uri
|
The uri of the gallery artifact version source. Currently used to specify vhd/blob source. |
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