Skip to content
DocsTry Aspire
DocsTry

RecipeEntryConstruct Properties

ClassProperties3 members
Represents a single recipe entry inside a recipe pack (recipeKind + recipeLocation).
ParametersSection titled ParametersBicepDictionary<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.
public BicepDictionary<object> Parameters { get; set; }
RecipeKindSection titled RecipeKindBicepValue<string>
The recipe kind (e.g., "bicep").
public BicepValue<string> RecipeKind { get; set; }
RecipeLocationSection titled RecipeLocationBicepValue<string>
The recipe location (e.g., OCI registry path).
public BicepValue<string> RecipeLocation { get; set; }