ImageTemplateManagedImageDistributorArgs

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

Distribute as a Managed Disk Image.

Constructors

Link copied to clipboard
constructor(artifactTags: Output<Map<String, String>>? = null, imageId: Output<String>, location: Output<String>, runOutputName: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val artifactTags: Output<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
val imageId: Output<String>

Resource Id of the Managed Disk Image

Link copied to clipboard
val location: Output<String>

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

Link copied to clipboard
val runOutputName: Output<String>

The name to be used for the associated RunOutput.

Link copied to clipboard
val type: Output<String>

Type of distribution. Expected value is 'ManagedImage'.

Functions

Link copied to clipboard
open override fun toJava(): ImageTemplateManagedImageDistributorArgs