Skip to content
Docs Try Aspire

DaprSidecarAnnotation Constructors

Record Constructors 1 member
Indicates that a Dapr sidecar should be started for the associated resource.
Constructor(IDaprSidecarResource) Section titled Constructor(IDaprSidecarResource)
Indicates that a Dapr sidecar should be started for the associated resource.
public record DaprSidecarAnnotation
{
public DaprSidecarAnnotation(
IDaprSidecarResource Sidecar)
{
// ...
}
}