InboundNatRuleInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
InboundNatRuleInner() |
InboundNatRuleInner クラスの新しいインスタンスを初期化します。 |
InboundNatRuleInner(String, SubResource, NetworkInterfaceIPConfigurationInner, TransportProtocol, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, ProvisioningState, String, String, String) |
InboundNatRuleInner クラスの新しいインスタンスを初期化します。 |
InboundNatRuleInner()
InboundNatRuleInner クラスの新しいインスタンスを初期化します。
public InboundNatRuleInner ();
Public Sub New ()
適用対象
InboundNatRuleInner(String, SubResource, NetworkInterfaceIPConfigurationInner, TransportProtocol, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, ProvisioningState, String, String, String)
InboundNatRuleInner クラスの新しいインスタンスを初期化します。
public InboundNatRuleInner (string id = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource frontendIPConfiguration = default, Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner backendIPConfiguration = default, Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol protocol = default, int? frontendPort = default, int? backendPort = 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.InboundNatRuleInner : string * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner * Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.InboundNatRuleInner
Public Sub New (Optional id As String = Nothing, Optional frontendIPConfiguration As SubResource = Nothing, Optional backendIPConfiguration As NetworkInterfaceIPConfigurationInner = Nothing, Optional protocol As TransportProtocol = 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 provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
パラメーター
- id
- String
- frontendIPConfiguration
- SubResource
フロントエンド IP アドレスへの参照。
- backendIPConfiguration
- NetworkInterfaceIPConfigurationInner
VM のネットワーク インターフェイスで定義されているプライベート IP アドレスへの参照。 各フロントエンド IP 構成のフロントエンド ポートに送信されたトラフィックは、バックエンド IP に転送されます。
- protocol
- TransportProtocol
負荷分散規則で使用されるトランスポート プロトコルへの参照。 指定できる値は、'Udp'、'Tcp'、'All' です。
外部エンドポイントのポートです。 各規則のポート番号は、Load Balancer内で一意である必要があります。 使用できる値の範囲は 1 ~ 65534 です。
TCP アイドル接続のタイムアウト。 この値は、4 ~ 30 分の範囲で設定できます。 既定値は 4 分です。 この要素が使用されるのは、プロトコルが TCP に設定されている場合のみです。
SQL AlwaysOn 可用性グループを構成するために必要なフローティング IP 機能用に仮想マシンのエンドポイントを構成します。 この設定は、SQL Server で SQL AlwaysOn 可用性グループを使用する場合に必要です。 エンドポイントを作成した後は、この設定を変更できません。
TCP フローのアイドル タイムアウトまたは予期しない接続終了で双方向 TCP リセットを受信します。 この要素が使用されるのは、プロトコルが TCP に設定されている場合のみです。
- provisioningState
- ProvisioningState
受信 NAT 規則リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- name
- String
ロード バランサーによって使用される受信 NAT 規則のセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
- type
- String
リソースの種類。
適用対象
Azure SDK for .NET