次の方法で共有


NatRulePortMapping クラス

定義

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

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

コンストラクター

NatRulePortMapping()

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

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

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

プロパティ

BackendPort

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

FrontendPort

フロントエンド ポートを取得または設定します。

InboundNatRuleName

受信 NAT 規則の名前を取得または設定します。

適用対象