Gallery Application Version Publishing Profile Args
data class GalleryApplicationVersionPublishingProfileArgs(val advancedSettings: Output<Map<String, String>>? = null, val customActions: Output<List<GalleryApplicationCustomActionArgs>>? = null, 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 replicationMode: Output<Either<String, ReplicationMode>>? = null, val settings: Output<UserArtifactSettingsArgs>? = null, val source: Output<UserArtifactSourceArgs>, val storageAccountType: Output<Either<String, StorageAccountType>>? = null, val targetExtendedLocations: Output<List<GalleryTargetExtendedLocationArgs>>? = null, val targetRegions: Output<List<TargetRegionArgs>>? = null) : ConvertibleToJava<GalleryApplicationVersionPublishingProfileArgs>
The publishing profile of a gallery image version.
Constructors
Link copied to clipboard
fun GalleryApplicationVersionPublishingProfileArgs(advancedSettings: Output<Map<String, String>>? = null, customActions: Output<List<GalleryApplicationCustomActionArgs>>? = null, enableHealthCheck: Output<Boolean>? = null, endOfLifeDate: Output<String>? = null, excludeFromLatest: Output<Boolean>? = null, manageActions: Output<UserArtifactManageArgs>? = null, replicaCount: Output<Int>? = null, replicationMode: Output<Either<String, ReplicationMode>>? = null, settings: Output<UserArtifactSettingsArgs>? = null, source: Output<UserArtifactSourceArgs>, storageAccountType: Output<Either<String, StorageAccountType>>? = null, targetExtendedLocations: Output<List<GalleryTargetExtendedLocationArgs>>? = null, targetRegions: Output<List<TargetRegionArgs>>? = null)