次の方法で共有


IWithPrimaryInternalLoadBalancerNatPool.WithPrimaryInternalLoadBalancerInboundNatPools メソッド

定義

指定した内部ロード バランサーの受信 NAT プールを、スケール セット内の仮想マシンのプライマリ ネットワーク インターフェイスに関連付けます。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithPrimaryInternalLoadBalancerInboundNatPools (params string[] natPoolNames);
abstract member WithPrimaryInternalLoadBalancerInboundNatPools : string[] -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithPrimaryInternalLoadBalancerInboundNatPools (ParamArray natPoolNames As String()) As IWithApply

パラメーター

natPoolNames
String[]

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

戻り値

適用対象