Skip to content
Docs Try Aspire

DaprComponentReferenceAnnotation Constructors

Record Constructors 1 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)
{
// ...
}
}
Component IDaprComponentResource The Dapr component to use.