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