RadiusRecipePackConstruct
Classsealednet10.0
Represents a
Radius.Core/recipePacks resource in the Bicep AST. namespace Aspire.Hosting.Radius.Publishing.Constructs;
public sealed class RadiusRecipePackConstruct : Azure.Provisioning.Primitives.ProvisionableResource{ // ...}ProvisionableResource
Constructors1
Section titled ConstructorsRadiusRecipePackConstruct(string)Initializes a new
RadiusRecipePackConstruct with the given Bicep identifier.Properties2
Section titled PropertiesPackNameget; setBicepValue<string>The resource name.
Recipesget; setBicepDictionary<RecipeEntryConstruct> Dictionary mapping resource type strings to recipe entry constructs. Keys are Radius resource types (e.g., "Radius.Data/redisCaches").