Bagikan melalui


IWithProtocol Interface

Definition

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

public interface IWithProtocol
type IWithProtocol = interface
Public Interface IWithProtocol
Derived

Methods

WithHttp()

Specifies that the listener is for the HTTP protocol.

WithHttps()

Specifies that the listener is for the HTTPS protocol.

Applies to