Gallery Image Version Publishing Profile Args
data class GalleryImageVersionPublishingProfileArgs(val endOfLifeDate: Output<String>? = null, val excludeFromLatest: Output<Boolean>? = null, val replicaCount: Output<Int>? = null, val replicationMode: Output<Either<String, ReplicationMode>>? = null, val storageAccountType: Output<Either<String, StorageAccountType>>? = null, val targetExtendedLocations: Output<List<GalleryTargetExtendedLocationArgs>>? = null, val targetRegions: Output<List<TargetRegionArgs>>? = null) : ConvertibleToJava<GalleryImageVersionPublishingProfileArgs>
The publishing profile of a gallery image Version.
Constructors
Link copied to clipboard
fun GalleryImageVersionPublishingProfileArgs(endOfLifeDate: Output<String>? = null, excludeFromLatest: Output<Boolean>? = null, replicaCount: Output<Int>? = null, replicationMode: Output<Either<String, ReplicationMode>>? = null, storageAccountType: Output<Either<String, StorageAccountType>>? = null, targetExtendedLocations: Output<List<GalleryTargetExtendedLocationArgs>>? = null, targetRegions: Output<List<TargetRegionArgs>>? = null)