次の方法で共有


InboundNatRule コンストラクター

定義

オーバーロード

InboundNatRule()

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

InboundNatRule(String, SubResource, NetworkInterfaceIPConfiguration, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, SubResource, String, String, String, String)

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

InboundNatRule()

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

public InboundNatRule ();
Public Sub New ()

適用対象

InboundNatRule(String, SubResource, NetworkInterfaceIPConfiguration, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, SubResource, String, String, String, String)

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

public InboundNatRule (string id = default, Microsoft.Azure.Management.Network.Models.SubResource frontendIPConfiguration = default, Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration backendIPConfiguration = default, string protocol = default, int? frontendPort = default, int? backendPort = default, int? idleTimeoutInMinutes = default, bool? enableFloatingIP = default, bool? enableTcpReset = default, int? frontendPortRangeStart = default, int? frontendPortRangeEnd = default, Microsoft.Azure.Management.Network.Models.SubResource backendAddressPool = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.InboundNatRule : string * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string * string -> Microsoft.Azure.Management.Network.Models.InboundNatRule
Public Sub New (Optional id As String = Nothing, Optional frontendIPConfiguration As SubResource = Nothing, Optional backendIPConfiguration As NetworkInterfaceIPConfiguration = Nothing, Optional protocol As String = Nothing, Optional frontendPort As Nullable(Of Integer) = Nothing, Optional backendPort As Nullable(Of Integer) = Nothing, Optional idleTimeoutInMinutes As Nullable(Of Integer) = Nothing, Optional enableFloatingIP As Nullable(Of Boolean) = Nothing, Optional enableTcpReset As Nullable(Of Boolean) = Nothing, Optional frontendPortRangeStart As Nullable(Of Integer) = Nothing, Optional frontendPortRangeEnd As Nullable(Of Integer) = Nothing, Optional backendAddressPool As SubResource = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

パラメーター

id
String

リソースの ID

frontendIPConfiguration
SubResource

フロントエンド IP アドレスへの参照。

backendIPConfiguration
NetworkInterfaceIPConfiguration

VM のネットワーク インターフェイスで定義されているプライベート IP アドレスへの参照。 各フロントエンド IP 構成のフロントエンド ポートに送信されたトラフィックは、バックエンド IP に転送されます。

protocol
String

負荷分散規則で使用されるトランスポート プロトコルへの参照。 指定できる値は、'Udp'、'Tcp'、'All' です。

frontendPort
Nullable<Int32>

外部エンドポイントのポートです。 各規則のポート番号は、Load Balancer内で一意である必要があります。 使用できる値の範囲は 1 ~ 65534 です。

backendPort
Nullable<Int32>

内部エンドポイントで使用されるポート。 指定できる値の範囲は 1 ~ 65535 です。

idleTimeoutInMinutes
Nullable<Int32>

TCP アイドル接続のタイムアウト。 この値は、4 ~ 30 分の範囲で設定できます。 既定値は 4 分です。 この要素が使用されるのは、プロトコルが TCP に設定されている場合のみです。

enableFloatingIP
Nullable<Boolean>

SQL AlwaysOn 可用性グループを構成するために必要なフローティング IP 機能用に仮想マシンのエンドポイントを構成します。 この設定は、SQL Server で SQL AlwaysOn 可用性グループを使用する場合に必要です。 エンドポイントを作成した後は、この設定を変更できません。

enableTcpReset
Nullable<Boolean>

TCP フローのアイドル タイムアウトまたは予期しない接続終了で双方向 TCP リセットを受信します。 この要素が使用されるのは、プロトコルが TCP に設定されている場合のみです。

frontendPortRangeStart
Nullable<Int32>

外部エンドポイントのポート範囲の開始。 このプロパティは、BackendAddressPool と FrontendPortRangeEnd と共に使用されます。 BackendAddressPool のバックエンド アドレスごとに、個々の受信 NAT 規則のポート マッピングが作成されます。 使用できる値の範囲は 1 ~ 65534 です。

frontendPortRangeEnd
Nullable<Int32>

外部エンドポイントのポート範囲の端。 このプロパティは、BackendAddressPool と FrontendPortRangeStart と共に使用されます。 BackendAddressPool のバックエンド アドレスごとに、個々の受信 NAT 規則のポート マッピングが作成されます。 使用できる値の範囲は 1 ~ 65534 です。

backendAddressPool
SubResource

backendAddressPool リソースへの参照。

provisioningState
String

受信 NAT 規則リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

name
String

ロード バランサーによって使用される受信 NAT 規則のセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。

etag
String

リソースが更新されるたびに変更される一意の読み取り専用文字列。

type
String

リソースの種類。

適用対象