IWithProtocol<ParentT> Interface

Definition

The stage of an application gateway frontend listener definition allowing to specify the protocol.

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

Type Parameters

ParentT

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

Derived

Methods

WithHttp()

Specifies that the listener is for the HTTP protocol.

WithHttps()

Specifies that the listener is for the HTTPS protocol.

Applies to