OutboundRule コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
- provisioningState
- String
送信ルール リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
TCP フローのアイドル タイムアウトまたは予期しない接続終了で双方向 TCP リセットを受信します。 この要素が使用されるのは、プロトコルが TCP に設定されている場合のみです。
- name
- String
ロード バランサーによって使用される送信規則のセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
- type
- String
リソースの種類。
適用対象
Azure SDK for .NET