LegacyRecipeEntryConstruct
Classsealednet10.0
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). namespace Aspire.Hosting.Radius.Publishing.Constructs;
public sealed class LegacyRecipeEntryConstruct : Azure.Provisioning.Primitives.ProvisionableConstruct{ // ...}ProvisionableConstruct
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesParametersget; setBicepDictionary<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. TemplateKindget; setBicepValue<string>Recipe template kind (e.g., "bicep").
TemplatePathget; setBicepValue<string>Recipe template path / OCI registry URL.