ImageTemplateManagedImageDistributor interface
Distribute as a Managed Disk Image.
- Extends
Properties
image |
Resource Id of the Managed Disk Image |
location | Azure location for the image, should match if image already exists |
type | Polymorphic discriminator, which specifies the different types this object can be |
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
imageId
Resource Id of the Managed Disk Image
imageId: string
Property Value
string
location
Azure location for the image, should match if image already exists
location: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "ManagedImage"
Property Value
"ManagedImage"
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