DaprOptions 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.
Options for configuring Dapr.
public sealed class DaprOptions : IEquatable<Aspire.Hosting.Dapr.DaprOptions>
type DaprOptions = class
interface IEquatable<DaprOptions>
Public NotInheritable Class DaprOptions
Implements IEquatable(Of DaprOptions)
- Inheritance
-
DaprOptions
- Implements
Constructors
DaprOptions() |
Properties
DaprPath |
Gets or sets the path to the Dapr CLI. |
EnableTelemetry |
Gets or sets whether Dapr sidecars export telemetry to the Aspire dashboard. |
Methods
<Clone>$() | |
Equals(DaprOptions) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operators
Equality(DaprOptions, DaprOptions) | |
Inequality(DaprOptions, DaprOptions) |