Image Template Shared Image Distributor Args
data class ImageTemplateSharedImageDistributorArgs(val artifactTags: Output<Map<String, String>>? = null, val excludeFromLatest: Output<Boolean>? = null, val galleryImageId: Output<String>, val replicationRegions: Output<List<String>>, val runOutputName: Output<String>, val storageAccountType: Output<Either<String, SharedImageStorageAccountType>>? = null, val type: Output<String>) : ConvertibleToJava<ImageTemplateSharedImageDistributorArgs>
Distribute via Shared Image Gallery.
Constructors
Link copied to clipboard
fun ImageTemplateSharedImageDistributorArgs(artifactTags: Output<Map<String, String>>? = null, excludeFromLatest: Output<Boolean>? = null, galleryImageId: Output<String>, replicationRegions: Output<List<String>>, runOutputName: Output<String>, storageAccountType: Output<Either<String, SharedImageStorageAccountType>>? = null, type: Output<String>)