IWithFrontendPort<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of an application gateway request routing rule definition allowing to create an associate listener and frontend for a specific port number and protocol.
public interface IWithFrontendPort<ParentT>
type IWithFrontendPort<'ParentT> = interface
Public Interface IWithFrontendPort(Of ParentT)
Type Parameters
- ParentT
The stage of the application gateway definition to return to after attaching this definition.
- Derived
Methods
FromFrontendHttpPort(Int32) |
Associates a new listener for the specified port number and the HTTP protocol with this rule. |
FromFrontendHttpsPort(Int32) |
Associates a new listener for the specified port number and the HTTPS protocol with this rule. |
Applies to
Azure SDK for .NET