Skip to content
DocsTry Aspire
DocsTry

DaprSidecarAnnotation Constructors

RecordConstructors1 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)
{
// ...
}
}