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