Image Template Shared Image Distributor Response
data class ImageTemplateSharedImageDistributorResponse(val artifactTags: Map<String, String>? = null, val excludeFromLatest: Boolean? = null, val galleryImageId: String, val replicationRegions: List<String>? = null, val runOutputName: String, val storageAccountType: String? = null, val targetRegions: List<TargetRegionResponse>? = null, val type: String, val versioning: Either<DistributeVersionerLatestResponse, DistributeVersionerSourceResponse>? = null)
Distribute via Azure Compute Gallery.
Constructors
Link copied to clipboard
fun ImageTemplateSharedImageDistributorResponse(artifactTags: Map<String, String>? = null, excludeFromLatest: Boolean? = null, galleryImageId: String, replicationRegions: List<String>? = null, runOutputName: String, storageAccountType: String? = null, targetRegions: List<TargetRegionResponse>? = null, type: String, versioning: Either<DistributeVersionerLatestResponse, DistributeVersionerSourceResponse>? = null)
Types
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: Either<DistributeVersionerLatestResponse, DistributeVersionerSourceResponse>? = null