DaprSidecarOptions.AppHealthProbeInterval Property
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.
Gets or sets the interval, in seconds, to probe for the health of the application.
public int? AppHealthProbeInterval { get; init; }
member this.AppHealthProbeInterval : Nullable<int> with get, set
Public Property AppHealthProbeInterval As Nullable(Of Integer)