Condividi tramite


IWithProbe<ReturnT> Interface

Definition

The stage of an application gateway backend HTTP configuration allowing to associate an existing probe.

public interface IWithProbe<ReturnT>
type IWithProbe<'ReturnT> = interface
Public Interface IWithProbe(Of ReturnT)

Type Parameters

ReturnT

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

Derived

Methods

WithProbe(String)

Specifies an existing probe on this application gateway to associate with this backend. If the probe with the specified name does not yet exist, it must be defined separately in the optional part of the application gateway definition. This only adds a reference to the probe by its name.

Applies to