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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python