GalleryArtifactPublishingProfileBase Class
Describes the basic gallery artifact publishing profile.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute._serialization.ModelGalleryArtifactPublishingProfileBase
Constructor
GalleryArtifactPublishingProfileBase(*, source: _models.GalleryArtifactSource, target_regions: List[_models.TargetRegion] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
target_regions
|
The target regions where the Image Version is going to be replicated to. This property is updatable. |
source
|
The source image from which the Image Version is going to be created. Required. |
Variables
Name | Description |
---|---|
target_regions
|
The target regions where the Image Version is going to be replicated to. This property is updatable. |
source
|
The source image from which the Image Version is going to be created. Required. |
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