Gallery Image Version Publishing Profile Response
data class GalleryImageVersionPublishingProfileResponse(val endOfLifeDate: String? = null, val excludeFromLatest: Boolean? = null, val publishedDate: String, val replicaCount: Int? = null, val storageAccountType: String? = null, val targetRegions: List<TargetRegionResponse>? = null)
The publishing profile of a gallery image Version.
Constructors
Link copied to clipboard
fun GalleryImageVersionPublishingProfileResponse(endOfLifeDate: String? = null, excludeFromLatest: Boolean? = null, publishedDate: String, replicaCount: Int? = null, storageAccountType: String? = null, targetRegions: List<TargetRegionResponse>? = null)