DaprSidecarAnnotation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that a Dapr sidecar should be started for the associated resource.
public sealed class DaprSidecarAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation, IEquatable<Aspire.Hosting.Dapr.DaprSidecarAnnotation>
type DaprSidecarAnnotation = class
interface IResourceAnnotation
interface IEquatable<DaprSidecarAnnotation>
Public NotInheritable Class DaprSidecarAnnotation
Implements IEquatable(Of DaprSidecarAnnotation), IResourceAnnotation
- Inheritance
-
DaprSidecarAnnotation
- Implements
Constructors
DaprSidecarAnnotation(IDaprSidecarResource) |
Indicates that a Dapr sidecar should be started for the associated resource. |
Properties
Sidecar |
Methods
<Clone>$() | |
Deconstruct(IDaprSidecarResource) | |
Equals(DaprSidecarAnnotation) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operators
Equality(DaprSidecarAnnotation, DaprSidecarAnnotation) | |
Inequality(DaprSidecarAnnotation, DaprSidecarAnnotation) |