RecipeEntryConstruct
Classsealednet10.0
Represents a single recipe entry inside a recipe pack (recipeKind + recipeLocation).
namespace Aspire.Hosting.Radius.Publishing.Constructs;
public sealed class RecipeEntryConstruct : Azure.Provisioning.Primitives.ProvisionableConstruct{ // ...}ProvisionableConstruct
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesParametersget; setBicepDictionary<object> Optional recipe parameters for this entry. Populated only when the environment declares recipe parameters; left unassigned otherwise so the
parameters key is omitted from the emitted Bicep. RecipeKindget; setBicepValue<string>The recipe kind (e.g., "bicep").
RecipeLocationget; setBicepValue<string>The recipe location (e.g., OCI registry path).