ImageTemplateDistributor interface
Generic distribution object
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. |
type | Polymorphic discriminator, which specifies the different types this object can be |
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}
runOutputName
The name to be used for the associated RunOutput.
runOutputName: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "ManagedImage" | "SharedImage" | "VHD"
Property Value
"ManagedImage" | "SharedImage" | "VHD"