Skip to content
DocsTry Aspire
DocsTry

RadiusResourceTypeConstruct Constructors

ClassConstructors1 member
Represents a Radius resource type instance (e.g., Radius.Data/redisCaches, Radius.Messaging/rabbitMQQueues) in the Bicep AST. The concrete resource type and API version are passed via the constructor since they vary per Aspire resource mapping.
Constructor(string, string, string)Section titled Constructor(string, string, string)
Initializes a new RadiusResourceTypeConstruct.
public sealed class RadiusResourceTypeConstruct
{
public RadiusResourceTypeConstruct(
string bicepIdentifier,
string resourceType,
string apiVersion)
{
// ...
}
}
bicepIdentifierstringThe Bicep identifier for the resource.
resourceTypestringThe Radius resource type (e.g., Radius.Data/redisCaches).
apiVersionstringThe resource type API version.