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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python