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 | Type of distribution. |
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
Type of distribution.
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?: Record<string, string>
Property Value
Record<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