ImageTemplateVhdDistributorResponse

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

Distribute via VHD in a storage account.

Constructors

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

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

The name to be used for the associated RunOutput.

Link copied to clipboard

Type of distribution. Expected value is 'VHD'.

Link copied to clipboard
val uri: 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.