Condividi tramite


IWithPath Interface

Definition

Stage of an application gateway probe update allowing to specify the path to send the probe to.

public interface IWithPath
type IWithPath = interface
Public Interface IWithPath
Derived

Methods

WithPath(String)

Specifies the relative path for the probe to call. A probe is sent to <protocol>://<host>:<port><path>.

Applies to