Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithInboundNatPool.DefineInboundNatPool(String) 方法

定义

开始定义要添加到负载均衡器的新启动 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 池的名称。

返回

适用于