GalleryResourceProfileVersionPropertiesBase Class
The properties of a gallery ResourceProfile version.
Constructor
GalleryResourceProfileVersionPropertiesBase(*args: Any, **kwargs: Any)
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. |
Attributes
exclude_from_latest
If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.
exclude_from_latest: bool | None
provisioning_state
"Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating".
provisioning_state: str | _models.GalleryProvisioningState | None
published_date
The timestamp for when the Resource Profile Version is published.
published_date: datetime | None
replication_status
This is the replication status of the gallery image version.
replication_status: _models.ReplicationStatus | None
target_locations
The target regions where the Resource Profile version is going to be replicated to. This property is updatable.
target_locations: list['_models.TargetRegion'] | None