Share via


DaprSidecarOptionsAnnotation Class

Definition

Caution

The Dapr integration has been migrated to the Community Toolkit. Please use the CommunityToolkit.Aspire.Hosting.Dapr integration.

Indicates the options used to configure a Dapr sidecar.

public sealed class DaprSidecarOptionsAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation, IEquatable<Aspire.Hosting.Dapr.DaprSidecarOptionsAnnotation>
[System.Obsolete("The Dapr integration has been migrated to the Community Toolkit. Please use the CommunityToolkit.Aspire.Hosting.Dapr integration.", false)]
public sealed class DaprSidecarOptionsAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation, IEquatable<Aspire.Hosting.Dapr.DaprSidecarOptionsAnnotation>
type DaprSidecarOptionsAnnotation = class
    interface IResourceAnnotation
    interface IEquatable<DaprSidecarOptionsAnnotation>
[<System.Obsolete("The Dapr integration has been migrated to the Community Toolkit. Please use the CommunityToolkit.Aspire.Hosting.Dapr integration.", false)>]
type DaprSidecarOptionsAnnotation = class
    interface IResourceAnnotation
    interface IEquatable<DaprSidecarOptionsAnnotation>
Public NotInheritable Class DaprSidecarOptionsAnnotation
Implements IEquatable(Of DaprSidecarOptionsAnnotation), IResourceAnnotation
Inheritance
DaprSidecarOptionsAnnotation
Attributes
Implements

Applies to