共用方式為


IWithNumberOfProbes<ParentT> Interface

Definition

The stage of the TCP 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 parent resource type.

Derived

Methods

WithNumberOfProbes(Int32)

Specifies the number of unsuccessful probes before failure is determined.

Applies to