ImageTemplateVhdDistributor interface
Distribute via VHD in a storage account.
- Extends
Properties
type | Polymorphic discriminator, which specifies the different types this object can be |
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
artifact |
Tags that will be applied to the artifact once it has been created/updated by the distributor. |
run |
The name to be used for the associated RunOutput. |
Property Details
type
Polymorphic discriminator, which specifies the different types this object can be
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?: {[propertyName: string]: string}
Property Value
{[propertyName: 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