Share via


IWithFrontendPort<ParentT>.FromFrontendHttpPort(Int32) Method

Definition

Associates a new listener for the specified port number and the HTTP protocol with this rule.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithBackendHttpConfigOrRedirect<ParentT> FromFrontendHttpPort (int portNumber);
abstract member FromFrontendHttpPort : int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithBackendHttpConfigOrRedirect<'ParentT>
Public Function FromFrontendHttpPort (portNumber As Integer) As IWithBackendHttpConfigOrRedirect(Of ParentT)

Parameters

portNumber
Int32

The port number to listen to.

Returns

Applies to