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