GalleryResourceProfileVersionPropertiesBase Class
The properties of a gallery ResourceProfile version.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute._serialization.ModelGalleryResourceProfileVersionPropertiesBase
Constructor
GalleryResourceProfileVersionPropertiesBase(*, target_locations: List[_models.TargetRegion] | None = None, exclude_from_latest: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
target_locations
|
The target regions where the Resource Profile version is going to be replicated to. This property is updatable. |
exclude_from_latest
|
If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version. |
Variables
Name | Description |
---|---|
target_locations
|
The target regions where the Resource Profile version is going to be replicated to. This property is updatable. |
exclude_from_latest
|
If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version. |
published_date
|
The timestamp for when the Resource Profile Version is published. |
provisioning_state
|
The provisioning state, which only appears in the response. Known values are: "Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating". |
replication_status
|
This is the replication status of the gallery image version. |
Azure SDK for Python