Share via


DaprComponentOptions Class

Definition

Caution

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

Options for configuring a Dapr component.

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

Applies to