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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python