GalleryResourceProfileVersionPropertiesBase Class

The properties of a gallery ResourceProfile version.

Constructor

GalleryResourceProfileVersionPropertiesBase()

Variables

Name Description
targetLocations
list[<xref:"TargetRegion">]

The target regions where the Resource Profile version is going to be replicated to. This property is updatable.

excludeFromLatest

If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.

publishedDate
str

The timestamp for when the Resource Profile Version is published.

provisioningState
Union[str, <xref:"GalleryProvisioningState">]

The provisioning state, which only appears in the response. Known values are: "Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating".

replicationStatus
<xref:<xref:"ReplicationStatus">>

This is the replication status of the gallery image version.

Attributes

excludeFromLatest

If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.

excludeFromLatest: bool

provisioningState

"Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating".

provisioningState: str | GalleryProvisioningState

publishedDate

The timestamp for when the Resource Profile Version is published.

publishedDate: str

replicationStatus

This is the replication status of the gallery image version.

replicationStatus: ReplicationStatus

targetLocations

The target regions where the Resource Profile version is going to be replicated to. This property is updatable.

targetLocations: list['TargetRegion']