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). 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; }Recipe template kind (e.g., "bicep").
public BicepValue<string> TemplateKind { get; set; }Recipe template path / OCI registry URL.
public BicepValue<string> TemplatePath { get; set; }