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>, val runOutputName: String, val storageAccountType: String? = null, val type: String)
Distribute via Shared Image Gallery.
Constructors
Properties
Link copied to clipboard
Tags that will be applied to the artifact once it has been created/updated by the distributor.
Link copied to clipboard
Flag that indicates whether created image version should be excluded from latest. Omit to use the default (false).
Link copied to clipboard
Resource Id of the Shared Image Gallery image
Link copied to clipboard
A list of regions that the image will be replicated to
Link copied to clipboard
The name to be used for the associated RunOutput.
Link copied to clipboard
Storage account type to be used to store the shared image. Omit to use the default (Standard_LRS).