次の方法で共有


OutboundRule コンストラクター

定義

オーバーロード

OutboundRule()

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

OutboundRule(IList<SubResource>, SubResource, String, String, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Int32>, String, String, String)

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

OutboundRule()

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

public OutboundRule ();
Public Sub New ()

適用対象

OutboundRule(IList<SubResource>, SubResource, String, String, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Int32>, String, String, String)

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

public OutboundRule (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> frontendIPConfigurations, Microsoft.Azure.Management.Network.Models.SubResource backendAddressPool, string protocol, string id = default, int? allocatedOutboundPorts = default, string provisioningState = default, bool? enableTcpReset = default, int? idleTimeoutInMinutes = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.OutboundRule : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * Microsoft.Azure.Management.Network.Models.SubResource * string * string * Nullable<int> * string * Nullable<bool> * Nullable<int> * string * string * string -> Microsoft.Azure.Management.Network.Models.OutboundRule
Public Sub New (frontendIPConfigurations As IList(Of SubResource), backendAddressPool As SubResource, protocol As String, Optional id As String = Nothing, Optional allocatedOutboundPorts As Nullable(Of Integer) = Nothing, Optional provisioningState As String = Nothing, Optional enableTcpReset As Nullable(Of Boolean) = Nothing, Optional idleTimeoutInMinutes As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

パラメーター

frontendIPConfigurations
IList<SubResource>

ロード バランサーのフロントエンド IP アドレス。

backendAddressPool
SubResource

DIP のプールへの参照。 送信トラフィックは、バックエンド IP 内の IP 間でランダムに負荷分散されます。

protocol
String

ロード バランサーの送信規則のプロトコル。 指定できる値は、'Tcp'、'Udp'、'All' です。

id
String

リソースの ID

allocatedOutboundPorts
Nullable<Int32>

NAT に使用する送信ポートの数。

provisioningState
String

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

enableTcpReset
Nullable<Boolean>

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

idleTimeoutInMinutes
Nullable<Int32>

TCP アイドル接続のタイムアウト。

name
String

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

etag
String

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

type
String

リソースの種類。

適用対象