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>>? = null, val runOutputName: Output<String>, val storageAccountType: Output<Either<String, SharedImageStorageAccountType>>? = null, val targetRegions: Output<List<TargetRegionArgs>>? = null, val type: Output<String>, val versioning: Output<Either<DistributeVersionerLatestArgs, DistributeVersionerSourceArgs>>? = null) : ConvertibleToJava<ImageTemplateSharedImageDistributorArgs>
Distribute via Azure Compute 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>>? = null, runOutputName: Output<String>, storageAccountType: Output<Either<String, SharedImageStorageAccountType>>? = null, targetRegions: Output<List<TargetRegionArgs>>? = null, type: Output<String>, versioning: Output<Either<DistributeVersionerLatestArgs, DistributeVersionerSourceArgs>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Deprecated A list of regions that the image will be replicated to. This list can be specified only if targetRegions is not specified. This field is deprecated - use targetRegions instead.
Link copied to clipboard
Link copied to clipboard
Deprecated Storage account type to be used to store the shared image. Omit to use the default (Standard_LRS). This field can be specified only if replicationRegions is specified. This field is deprecated - use targetRegions instead.
Link copied to clipboard
val versioning: Output<Either<DistributeVersionerLatestArgs, DistributeVersionerSourceArgs>>? = null