Share via


IWithNumberOfProbes<ParentT> Interface

Definition

The stage of the HTTP probe definition allowing to specify the number of unsuccessful probes before failure is determined.

public interface IWithNumberOfProbes<ParentT>
type IWithNumberOfProbes<'ParentT> = interface
Public Interface IWithNumberOfProbes(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithNumberOfProbes(Int32)

Specifies the number of unsuccessful probes before failure is determined.

Applies to