Gallery Application Version Publishing Profile Args
data class GalleryApplicationVersionPublishingProfileArgs(val enableHealthCheck: Output<Boolean>? = null, val endOfLifeDate: Output<String>? = null, val excludeFromLatest: Output<Boolean>? = null, val manageActions: Output<UserArtifactManageArgs>? = null, val replicaCount: Output<Int>? = null, val source: Output<UserArtifactSourceArgs>, val storageAccountType: Output<Either<String, StorageAccountType>>? = null, val targetRegions: Output<List<TargetRegionArgs>>? = null) : ConvertibleToJava<GalleryApplicationVersionPublishingProfileArgs>
The publishing profile of a gallery image version.
Constructors
Link copied to clipboard
fun GalleryApplicationVersionPublishingProfileArgs(enableHealthCheck: Output<Boolean>? = null, endOfLifeDate: Output<String>? = null, excludeFromLatest: Output<Boolean>? = null, manageActions: Output<UserArtifactManageArgs>? = null, replicaCount: Output<Int>? = null, source: Output<UserArtifactSourceArgs>, storageAccountType: Output<Either<String, StorageAccountType>>? = null, targetRegions: Output<List<TargetRegionArgs>>? = null)