RadiusRecipePackConstruct Properties
ClassProperties2 members
Represents a
Radius.Core/recipePacks resource in the Bicep AST. The resource name.
public BicepValue<string> PackName { get; set; } 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; }