GalleryArtifactVersionSource Class
The gallery artifact version source.
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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python