DaprComponentReferenceAnnotation
Record sealed net10.0
Indicates that a Dapr component should be used with the sidecar for the associated resource.
namespace CommunityToolkit.Aspire.Hosting.Dapr;
public sealed record DaprComponentReferenceAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation, System.IEquatable<CommunityToolkit.Aspire.Hosting.Dapr.DaprComponentReferenceAnnotation>{ // ...} IResourceAnnotationIEquatable<DaprComponentReferenceAnnotation>
10 members
Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesMethods8
Section titled Methods<Clone>$Deconstruct(IDaprComponentResource)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(DaprComponentReferenceAnnotation?)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(DaprComponentReferenceAnnotation?, DaprComponentReferenceAnnotation?)staticboolop_Inequality(DaprComponentReferenceAnnotation?, DaprComponentReferenceAnnotation?)staticboolToStringstringReturns a string that represents the current object.