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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python