次の方法で共有


InboundNatRulePortMapping コンストラクター

定義

オーバーロード

InboundNatRulePortMapping()

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

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

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

InboundNatRulePortMapping()

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

public InboundNatRulePortMapping ();
Public Sub New ()

適用対象

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

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

public InboundNatRulePortMapping (string inboundNatRuleName = default, string protocol = default, int? frontendPort = default, int? backendPort = default);
new Microsoft.Azure.Management.Network.Models.InboundNatRulePortMapping : string * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Network.Models.InboundNatRulePortMapping
Public Sub New (Optional inboundNatRuleName As String = Nothing, Optional protocol As String = Nothing, Optional frontendPort As Nullable(Of Integer) = Nothing, Optional backendPort As Nullable(Of Integer) = Nothing)

パラメーター

inboundNatRuleName
String

受信 NAT 規則の名前。

protocol
String

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

frontendPort
Nullable<Int32>

フロントエンド ポート。

backendPort
Nullable<Int32>

バックエンド ポート。

適用対象