ImageTemplateDistributor interface

Generic distribution object

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.

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"