ValidatedSolutionRecipeComponentMetadata interface
Represents metadata associated with a component available in a validated solution recipe.
Properties
| catalog | Specifies the catalog to which the extension belongs. |
| enable |
Indicates whether automatic upgrades of the extension are enabled. |
| expected |
Specifies the expected hash of the extension. |
| extension |
Represents the type of extension. |
| lcm |
Indicates whether the LCM (Lifecycle Management) update of the extension is enabled. |
| link | Specifies the link associated with the extension. |
| name | Specifies the name of the extension. |
| preview |
Specifies the preview source of the extension. |
| publisher | Represents the publisher of the extension. |
| release |
Specifies the release train to which given component belongs. |
| ring | Specifies the ring to which the extension belongs, internally used by component. |
Property Details
catalog
Specifies the catalog to which the extension belongs.
catalog?: string
Property Value
string
enableAutomaticUpgrade
Indicates whether automatic upgrades of the extension are enabled.
enableAutomaticUpgrade?: boolean
Property Value
boolean
expectedHash
Specifies the expected hash of the extension.
expectedHash?: string
Property Value
string
extensionType
Represents the type of extension.
extensionType?: string
Property Value
string
lcmUpdate
Indicates whether the LCM (Lifecycle Management) update of the extension is enabled.
lcmUpdate?: boolean
Property Value
boolean
link
Specifies the link associated with the extension.
link?: string
Property Value
string
name
Specifies the name of the extension.
name?: string
Property Value
string
previewSource
Specifies the preview source of the extension.
previewSource?: string
Property Value
string
publisher
Represents the publisher of the extension.
publisher?: string
Property Value
string
releaseTrain
Specifies the release train to which given component belongs.
releaseTrain?: string
Property Value
string
ring
Specifies the ring to which the extension belongs, internally used by component.
ring?: string
Property Value
string