Skip to content
DocsTry Aspire
DocsTry

RadiusRecipePackConstruct Properties

ClassProperties2 members
Represents a Radius.Core/recipePacks resource in the Bicep AST.
PackNameSection titled PackNameBicepValue<string>
The resource name.
public BicepValue<string> PackName { get; set; }
RecipesSection titled RecipesBicepDictionary<RecipeEntryConstruct>
Dictionary mapping resource type strings to recipe entry constructs. Keys are Radius resource types (e.g., "Radius.Data/redisCaches").
public BicepDictionary<RecipeEntryConstruct> Recipes { get; set; }