Share via


IWithBackendHttpConfiguration<ParentT>.ToBackendHttpPort(Int32) Method

Definition

Creates a backend HTTP settings configuration for the specified backend port and the HTTP protocol, and associates it with this request routing rule. An auto-generated name will be used for this newly created configuration.

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

Parameters

portNumber
Int32

The port number for a new backend HTTP settings configuration.

Returns

Applies to