ImageTemplateManagedImageDistributorResponse

data class ImageTemplateManagedImageDistributorResponse(val artifactTags: Map<String, String>? = null, val imageId: String, val location: String, val runOutputName: String, val type: String)

Distribute as a Managed Disk Image.

Constructors

constructor(artifactTags: Map<String, String>? = null, imageId: String, location: String, runOutputName: String, 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

Resource Id of the Managed Disk Image

Link copied to clipboard

Azure location for the image, should match if image already exists

Link copied to clipboard

The name to be used for the associated RunOutput.

Link copied to clipboard

Type of distribution. Expected value is 'ManagedImage'.