Share via


IWithPath<ParentT> Interface

Definition

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

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

Type Parameters

ParentT

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

Derived

Methods

WithPath(String)

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

Applies to