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