# RadiusRecipePackConstruct Constructors

- Package: [Aspire.Hosting.Radius](/reference/api/csharp/aspire.hosting.radius.md)
- Type: [RadiusRecipePackConstruct](/reference/api/csharp/aspire.hosting.radius/radiusrecipepackconstruct.md)
- Kind: `Constructors`
- Members: `1`

Represents a `Radius.Core/recipePacks` resource in the Bicep AST.

<a id="constructor"></a>
<a id="constructor-string"></a>

## RadiusRecipePackConstruct(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/b5f143315ffb6968ea939a9978797a5b20e4c688/src/Aspire.Hosting.Radius/Publishing/Constructs/RadiusRecipePackConstruct.cs#L41-L43)

Initializes a new [RadiusRecipePackConstruct](/reference/api/csharp/aspire.hosting.radius/radiusrecipepackconstruct.md) with the given Bicep identifier.

```csharp
public sealed class RadiusRecipePackConstruct
{
    public RadiusRecipePackConstruct(
        string bicepIdentifier)
    {
        // ...
    }
}
```

## Parameters

- `bicepIdentifier` (`string`)
