次の方法で共有


IWithFrontendPort<ParentT>.FromFrontendHttpPort(Int32) メソッド

定義

指定したポート番号と HTTP プロトコルの新しいリスナーをこの規則に関連付けます。

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)

パラメーター

portNumber
Int32

リッスンするポート番号。

戻り値

適用対象