RecipeEntryConstruct Properties
ClassProperties3 members
Represents a single recipe entry inside a recipe pack (recipeKind + recipeLocation).
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; }The recipe kind (e.g., "bicep").
public BicepValue<string> RecipeKind { get; set; }The recipe location (e.g., OCI registry path).
public BicepValue<string> RecipeLocation { get; set; }