次の方法で共有


InboundNatPoolInner コンストラクター

定義

オーバーロード

InboundNatPoolInner()

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

InboundNatPoolInner(TransportProtocol, Int32, Int32, Int32, String, SubResource, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, ProvisioningState, String, String, String)

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

InboundNatPoolInner()

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

public InboundNatPoolInner ();
Public Sub New ()

適用対象

InboundNatPoolInner(TransportProtocol, Int32, Int32, Int32, String, SubResource, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, ProvisioningState, String, String, String)

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

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

パラメーター

protocol
TransportProtocol

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

frontendPortRangeStart
Int32

ロード バランサーに関連付けられている NIC に受信 Nat を提供するために使用される外部ポートの範囲内の最初のポート番号。 使用できる値の範囲は 1 ~ 65534 です。

frontendPortRangeEnd
Int32

ロード バランサーに関連付けられている NIC に受信 Nat を提供するために使用される外部ポートの範囲内の最後のポート番号。 使用できる値の範囲は 1 ~ 65535 です。

backendPort
Int32

エンドポイント上の内部接続に使用されるポート。 使用できる値は 1 ~ 65535 です。

id
String
frontendIPConfiguration
SubResource

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

idleTimeoutInMinutes
Nullable<Int32>

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

enableFloatingIP
Nullable<Boolean>

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

enableTcpReset
Nullable<Boolean>

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

provisioningState
ProvisioningState

受信 NAT プール リソースのプロビジョニング状態。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。

name
String

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

etag
String

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

type
String

リソースの種類。

適用対象