ImageTemplateSharedImageDistributorResponse

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

constructor(artifactTags: Map<String, String>? = null, excludeFromLatest: Boolean? = null, galleryImageId: String, replicationRegions: List<String>, runOutputName: String, storageAccountType: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val artifactTags: Map<String, String>? = null

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).

Link copied to clipboard

Type of distribution. Expected value is 'SharedImage'.