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 | The discriminator possible values: ManagedImage, SharedImage, VHD |
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>
runOutputName
The name to be used for the associated RunOutput.
runOutputName: string
Property Value
string
type
The discriminator possible values: ManagedImage, SharedImage, VHD
type: string
Property Value
string