次の方法で共有


IWithInboundNatRule.DefineInboundNatRule(String) メソッド

定義

ロード バランサーに追加する新しい受信 NAT 規則の定義を開始します。

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

パラメーター

name
String

受信 NAT 規則の名前。

戻り値

適用対象