Skip to content
DocsTry Aspire
DocsTry

DaprComponentReferenceAnnotation Constructors

RecordConstructors1 member
Indicates that a Dapr component should be used with the sidecar for the associated resource.
Constructor(IDaprComponentResource)Section titled Constructor(IDaprComponentResource)
Indicates that a Dapr component should be used with the sidecar for the associated resource.
public record DaprComponentReferenceAnnotation
{
public DaprComponentReferenceAnnotation(
IDaprComponentResource Component)
{
// ...
}
}
ComponentIDaprComponentResourceThe Dapr component to use.