次の方法で共有


IWithLoadBalancer.WithExistingLoadBalancerInboundNatRule メソッド

定義

この IP 構成を関連付けるロード バランサーの受信 NAT 規則を指定します。

public Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate WithExistingLoadBalancerInboundNatRule (Microsoft.Azure.Management.Network.Fluent.ILoadBalancer loadBalancer, string inboundNatRuleName);
abstract member WithExistingLoadBalancerInboundNatRule : Microsoft.Azure.Management.Network.Fluent.ILoadBalancer * string -> Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate
Public Function WithExistingLoadBalancerInboundNatRule (loadBalancer As ILoadBalancer, inboundNatRuleName As String) As IUpdate

パラメーター

loadBalancer
ILoadBalancer

既存のロード バランサー。

inboundNatRuleName
String

選択したロード バランサーの既存の受信 NAT 規則の名前。

戻り値

適用対象