Skip to content
DocsTry Aspire
DocsTry

LegacyRecipeEntryConstruct Properties

ClassProperties3 members
Represents an individual recipe entry nested inside a legacy Applications.Core/environments properties.recipes block. Uses the original legacy schema keys templateKind / templatePath (the new recipeKind / recipeLocation keys are only valid on Radius.Core/recipePacks).
ParametersSection titled ParametersBicepDictionary<object>
Optional recipe parameters for this legacy entry. Populated only when the environment declares recipe parameters; left unassigned otherwise so the parameters key is omitted from the emitted Bicep.
public BicepDictionary<object> Parameters { get; set; }
TemplateKindSection titled TemplateKindBicepValue<string>
Recipe template kind (e.g., "bicep").
public BicepValue<string> TemplateKind { get; set; }
TemplatePathSection titled TemplatePathBicepValue<string>
Recipe template path / OCI registry URL.
public BicepValue<string> TemplatePath { get; set; }