次の方法で共有


IWithInboundNatPool.DefineInboundNatPool(String) メソッド

定義

ロード バランサーに追加する新しい inbount NAT プールの定義を開始します。 定義は、LoadBalancerInboundNatPool.DefinitionStages.WithAttach.attach() の呼び出しで完了する必要があります。

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Definition.IBlank<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatPool> DefineInboundNatPool (string name);
abstract member DefineInboundNatPool : string -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Definition.IBlank<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatPool>
Public Function DefineInboundNatPool (name As String) As IBlank(Of IWithCreateAndInboundNatPool)

パラメーター

name
String

受信 NAT プールの名前。

戻り値

適用対象