ImageTemplateVhdDistributorArgs

data class ImageTemplateVhdDistributorArgs(val artifactTags: Output<Map<String, String>>? = null, val runOutputName: Output<String>, val type: Output<String>, val uri: Output<String>? = null) : ConvertibleToJava<ImageTemplateVhdDistributorArgs>

Distribute via VHD in a storage account.

Constructors

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

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 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 'VHD'.

Link copied to clipboard
val uri: Output<String>? = null

Optional Azure Storage URI for the distributed VHD blob. Omit to use the default (empty string) in which case VHD would be published to the storage account in the staging resource group.

Functions

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