次の方法で共有


InboundNatRulePortMapping クラス

定義

バックエンド プール用に作成された受信 NAT 規則の個々のポート マッピング。

public class InboundNatRulePortMapping
type InboundNatRulePortMapping = class
Public Class InboundNatRulePortMapping
継承
InboundNatRulePortMapping

コンストラクター

InboundNatRulePortMapping()

InboundNatRulePortMapping クラスの新しいインスタンスを初期化します。

InboundNatRulePortMapping(String, String, Nullable<Int32>, Nullable<Int32>)

InboundNatRulePortMapping クラスの新しいインスタンスを初期化します。

プロパティ

BackendPort

バックエンド ポートを取得します。

FrontendPort

フロントエンド ポートを取得します。

InboundNatRuleName

受信 NAT 規則の名前を取得します。

Protocol

受信 NAT 規則によって使用されるトランスポート プロトコルへの参照を取得します。 指定できる値は、'Udp'、'Tcp'、'All' です。

適用対象