Class HealthClientOptions
This option can be configured by code or with appsettings.json on location "Quilt4Net/HealthClient"
public record HealthClientOptions : IEquatable<HealthClientOptions>
- Inheritance
-
HealthClientOptions
- Implements
- Inherited Members
Properties
HealthAddress
HealthAddress to the health API.
public string HealthAddress { get; set; }