GalleryResourceProfileVersionPropertiesBase interface
The properties of a gallery ResourceProfile version.
Properties
exclude |
If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version. |
provisioning |
The provisioning state, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server. |
published |
The timestamp for when the Resource Profile Version is published. NOTE: This property will not be serialized. It can only be populated by the server. |
replication |
This is the replication status of the gallery image version. NOTE: This property will not be serialized. It can only be populated by the server. |
target |
The target regions where the Resource Profile version is going to be replicated to. This property is updatable. |
Property Details
excludeFromLatest
If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.
excludeFromLatest?: boolean
Property Value
boolean
provisioningState
The provisioning state, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
publishedDate
The timestamp for when the Resource Profile Version is published. NOTE: This property will not be serialized. It can only be populated by the server.
publishedDate?: Date
Property Value
Date
replicationStatus
This is the replication status of the gallery image version. NOTE: This property will not be serialized. It can only be populated by the server.
replicationStatus?: ReplicationStatus
Property Value
targetLocations
The target regions where the Resource Profile version is going to be replicated to. This property is updatable.
targetLocations?: TargetRegion[]