GalleryImageVersionPublishingProfileResponse

data class GalleryImageVersionPublishingProfileResponse(val endOfLifeDate: String? = null, val excludeFromLatest: Boolean? = null, val publishedDate: String, val replicaCount: Int? = null, val replicationMode: String? = null, val storageAccountType: String? = null, val targetExtendedLocations: List<GalleryTargetExtendedLocationResponse>? = null, val targetRegions: List<TargetRegionResponse>? = null)

The publishing profile of a gallery image Version.

Constructors

constructor(endOfLifeDate: String? = null, excludeFromLatest: Boolean? = null, publishedDate: String, replicaCount: Int? = null, replicationMode: String? = null, storageAccountType: String? = null, targetExtendedLocations: List<GalleryTargetExtendedLocationResponse>? = null, targetRegions: List<TargetRegionResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endOfLifeDate: String? = null

The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.

Link copied to clipboard

If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.

Link copied to clipboard

The timestamp for when the gallery image version is published.

Link copied to clipboard
val replicaCount: Int? = null

The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable.

Link copied to clipboard
val replicationMode: String? = null

Optional parameter which specifies the mode to be used for replication. This property is not updatable.

Link copied to clipboard

Specifies the storage account type to be used to store the image. This property is not updatable.

Link copied to clipboard

The target extended locations where the Image Version is going to be replicated to. This property is updatable.

Link copied to clipboard

The target regions where the Image Version is going to be replicated to. This property is updatable.