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) { // ... }}Parameters
ComponentIDaprComponentResourceThe Dapr component to use.