次の方法で共有


IWithBackendHttpConfiguration<ParentT>.ToBackendHttpPort(Int32) メソッド

定義

指定したバックエンド ポートと HTTP プロトコルのバックエンド HTTP 設定構成を作成し、この要求ルーティング規則に関連付けます。 この新しく作成された構成には、自動生成された名前が使用されます。

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)

パラメーター

portNumber
Int32

新しいバックエンド HTTP 設定構成のポート番号。

戻り値

適用対象