ImageTemplateVhdDistributor interface

Distribute via VHD in a storage account.

Extends

Properties

type

Type of distribution.

uri

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.

Inherited Properties

artifactTags

Tags that will be applied to the artifact once it has been created/updated by the distributor.

runOutputName

The name to be used for the associated RunOutput.

Property Details

type

Type of distribution.

type: "VHD"

Property Value

"VHD"

uri

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.

uri?: string

Property Value

string

Inherited Property Details

artifactTags

Tags that will be applied to the artifact once it has been created/updated by the distributor.

artifactTags?: Record<string, string>

Property Value

Record<string, string>

Inherited From ImageTemplateDistributor.artifactTags

runOutputName

The name to be used for the associated RunOutput.

runOutputName: string

Property Value

string

Inherited From ImageTemplateDistributor.runOutputName